-
Notifications
You must be signed in to change notification settings - Fork 10
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
Solve Minefield #50
Comments
The Minefield task requires taking actions based on the features of other entities, which our current architecture is incapable of. Baseline run (67acae6): https://wandb.ai/cswinter/enn-ppo/runs/3tf8uk3l |
#108 makes the Minefield task more configurable, and also adds a |
Solution for |
We can almost solve There might still be a bug in the environment that makes it unsolvable in some cases, or the hyperparameters are bad, or something else is missing. |
Solved by |
Get > 0.99 episodic return on the
Minefield
task, which can be run withpoetry run python enn_ppo/enn_ppo/train.py --gym-id=Minefield --env-kwargs='{"max_mines": 10}'
.The text was updated successfully, but these errors were encountered: