-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added nit changes from ppg code * change observation buffer to uint8 * sample full rollouts * minor device fix * update optimizer settings * add ppg documentation * update mkdocs * update images to png for codespell errors * trigger CI * Minor format change * format by running `pre-commit` * removes trailing space * Add an extra note * argument names and documentation changes * add capture video * add experiment report * Update documentation * Quick css fix * Update documentation * Fix documentation for PPO * Add benchmark commands * Add benchmark commands * add metrics section * Add more docs * Quick fix on ddpg docs * Add procgen test cases * Update CI * test CI * test ci * Update tests * normalization axis documentation Co-authored-by: Dipam Chakraborty <dipam@aicrowd.com> Co-authored-by: Costa Huang <costa.huang@outlook.com>
- Loading branch information
1 parent
ab1c22f
commit eba6452
Showing
18 changed files
with
696 additions
and
11 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# export WANDB_ENTITY=openrlbenchmark | ||
|
||
poetry install -E procgen | ||
xvfb-run -a python -m cleanrl_utils.benchmark \ | ||
--env-ids starpilot bossfight bigfish \ | ||
--command "poetry run python cleanrl/ppg_procgen.py --track --capture-video" \ | ||
--num-seeds 3 \ | ||
--workers 1 |
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.
eba6452
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
cleanrl – ./
cleanrl.vercel.app
cleanrl-git-master-vwxyzjn.vercel.app
docs.cleanrl.dev
cleanrl-vwxyzjn.vercel.app