mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-26 08:41:23 +08:00
made a change
This commit is contained in:
@ -137,7 +137,7 @@ class Trainer:
|
||||
# Add transition to replay buffer
|
||||
self.replay_buffer.add(self.obs[w], actions[w], reward, next_obs, done)
|
||||
|
||||
# update episode information
|
||||
# update episode information.
|
||||
# collect episode info, which is available if an episode finished;
|
||||
# this includes total reward and length of the episode -
|
||||
# look at `Game` to see how it works.
|
||||
|
Reference in New Issue
Block a user