Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ewrl experiments #5

Open
wants to merge 17 commits into
base: gymnasium
Choose a base branch
from
Open

Ewrl experiments #5

wants to merge 17 commits into from

Conversation

prabhatnagarajan
Copy link
Owner

No description provided.

prabhatnagarajan and others added 17 commits April 27, 2023 02:30
Overwritten save() and load() methods on dqn.py to save four attributed needed for stopping/resuming training when saving the agent to disk:
- self.t
- self.optim_t
- self._cumulative_steps
- self.replay_buffer
Renamed overwritten methods save and load to save_snapshot and load_snapshot, to avoid saving the replay buffer in existing calls of the original methods
Fixed save/load problem on dqn.py
Pin pyglet==1.5.27 in CI to avoid errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants