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

Where can I find all the agents from pysc2 #43

Closed
hexunshi opened this issue Aug 18, 2017 · 2 comments
Closed

Where can I find all the agents from pysc2 #43

hexunshi opened this issue Aug 18, 2017 · 2 comments

Comments

@hexunshi
Copy link

In the sc2le.pdf:
DeepMind:

@tewalds
Copy link
Member

tewalds commented Aug 18, 2017

Unfortunately we haven't released any of the agents trained for the paper. They use internal libraries and are hard to open source.

pysc2/bin/replay_actions.py is an example of how to collect stats from a large number of replays, so you could modify that to generate the specific dataset you care about.
pysc2/agents/ has some trivial example agents for how to interact with the environment. Take a look at #34 for people working on an a3c agent.

@tewalds tewalds closed this as completed Aug 18, 2017
@hexunshi
Copy link
Author

OK,Thank you!

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

2 participants