From 729943c44650fe88e6d0d6b722f26b080485a6f0 Mon Sep 17 00:00:00 2001
From: Phil <s8phsaue@stud.uni-saarland.de>
Date: Sat, 22 Feb 2025 18:36:11 +0100
Subject: [PATCH] typo

---
 src/cql_sac/agent.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cql_sac/agent.py b/src/cql_sac/agent.py
index bfb7b12..85abbdc 100644
--- a/src/cql_sac/agent.py
+++ b/src/cql_sac/agent.py
@@ -115,7 +115,7 @@ class CQLSAC(nn.Module):
             critic_target(state, action) -> Q-value
         Params
         ======
-            experiences (Tuple[torch.Tensor]): tuple of (s, a, r, s', done) tuples 
+            experiences (Tuple[torch.Tensor]): tuple of (s, a, r, c, s', done) tuples 
             gamma (float): discount factor
         """
         states, actions, rewards, costs, next_states, dones = experiences
-- 
GitLab