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

TD3 should also log losses for qf2 #172

Closed
Tracked by #173 ...
vwxyzjn opened this issue Apr 24, 2022 · 0 comments · Fixed by #173
Closed
Tracked by #173 ...

TD3 should also log losses for qf2 #172

vwxyzjn opened this issue Apr 24, 2022 · 0 comments · Fixed by #173

Comments

@vwxyzjn
Copy link
Owner

vwxyzjn commented Apr 24, 2022

Problem Description

Currently, TD3 only logs losses for qf1 but does not log losses for qf2, we should fix this.

vwxyzjn added a commit that referenced this issue Apr 24, 2022
vwxyzjn added a commit that referenced this issue Apr 25, 2022
vwxyzjn added a commit that referenced this issue May 9, 2022
* Fix the seed issue: see #171

* Quick fix

* log `episodic_length`

* Fix #172

* Fix #148 and #172-style problem for SAC

* Add benchmark scripts

* add sac script

* Removes gradient clipping reference

* use the latest reproduction script

* Remove past reproducibility script

* update documentation
@vwxyzjn vwxyzjn mentioned this issue May 31, 2022
19 tasks
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 a pull request may close this issue.

1 participant