-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update sac hyperparams * Bump version * Move real robot hyperparams * Update HER params * Fix for HER action noise * Update benchmark file * Update formatting * Catch errors when benchmarking * Use subprocess only if needed * Change default number of threads for bench * Add pre-trained agents * Catch keyboard interrupt for enjoy * Update benchmark * Update README and changelog * Tuned DDPG hyperparam * Update TD3 hyperparams * Minor edit * Add Reacher * Update table * Ugrade SB3 * Add support for loading saved models with python 3.8 * Upgrade SB3 * Add BipedalWalkerHardcore * Changed pybullet version in CI * Add more Atari games * Update README * Add benchmark files * Add QR-DQN Enduro * Update README + bug fix for HER enjoy
- Loading branch information
Showing
132 changed files
with
56,157 additions
and
274 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
__pycache__/ | ||
logs | ||
.pytest_cache/ | ||
.coverage | ||
.coverage.* | ||
.idea/ | ||
cluster_sbatch.sh | ||
cluster_sbatch_mpi.sh | ||
cluster_torchy.sh | ||
logs/ | ||
rl-trained_agents/ | ||
.pytype/ | ||
htmlcov/ | ||
git_rewrite_commit_history.sh | ||
.vscode/ | ||
# ignore for docker builds | ||
rl-trained-agents/ | ||
.git/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.