Skip to content

Commit

Permalink
Update ppo_atari_envpool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn authored Jan 9, 2022
1 parent 70e194e commit 5423c35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/cleanrl_examples/ppo_atari_envpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""
Solve Pong in about 5 mins by PPO:
https://github.com/vwxyzjn/cleanrl/pull/100
CleanRL: Solve Pong in about 5 mins by PPO:
python3 ppo_atari_envpool.py --clip-coef=0.2 --num-envs=16 \
--num-minibatches=8 --num-steps=128 --update-epochs=3
Expand Down

0 comments on commit 5423c35

Please sign in to comment.