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

The step of t is not necessary in main.py #14

Open
LeonardPatrick opened this issue Oct 8, 2018 · 0 comments
Open

The step of t is not necessary in main.py #14

LeonardPatrick opened this issue Oct 8, 2018 · 0 comments

Comments

@LeonardPatrick
Copy link

In your main.py, line 147: for t in range(10000): # Don't infinite loop while learning
But actually, the t ends at 50, because the env is done in 50 steps. so the range(10000) is so big and not necessary.

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

No branches or pull requests

1 participant