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

Change ppo.py's default timesteps #164

Merged
merged 1 commit into from Apr 18, 2022
Merged

Change ppo.py's default timesteps #164

merged 1 commit into from Apr 18, 2022

Conversation

vwxyzjn
Copy link
Owner

@vwxyzjn vwxyzjn commented Apr 18, 2022

Description

This PR changes the default total-timesteps in ppo.py from 25000 to 500000. With 25000 steps, ppo.py cannot perfectly solve CartPole-v1, whereas with 500k steps ppo.py can. Going to add documentation in #163. Merging this now.

Types of changes

  • Bug fix
  • New feature
  • New algorithm
  • Documentation

@vercel
Copy link

vercel bot commented Apr 18, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vwxyzjn/cleanrl/FhRXtHAZHBjbuGb3Xk9eQs1kRpzB
✅ Preview: https://cleanrl-git-fix-ppo-timesteps-vwxyzjn.vercel.app

@gitpod-io
Copy link

gitpod-io bot commented Apr 18, 2022

@vwxyzjn vwxyzjn merged commit 6c39975 into master Apr 18, 2022
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.

None yet

1 participant