-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Rewrite the examples? #317
Comments
Thanks for this. Being one of them, I would also appreciate if there could be more examples. Like using other libraries, self play, etc would be very nice |
I've submitted a new version of selfplay on #322 but I'm curious as to which other example code doesn't work. I could take a look at it if you can point it out |
pretty sure openai ones don't work too |
If you pip installed poke-env, Edit: A new release went out a couple of hours ago, so the pip installed version and the Github version should be the same. Do a |
ill try and let you know soon |
i did try the new open ai gym wrapper agent but: ModuleNotFoundError: No module named 'poke_env.abstract_battle' poke-env version: 0.5.0 |
Oh I think I see the issue. Try using |
yep, did that yesterday and started working |
People coming across this project are mostly beginners or people who don't know how to code. But, they want to test out the agents and battle them.
Most of the example code doesn't work , one of which is stated in #314
The text was updated successfully, but these errors were encountered: