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

How to train the agent in PC locally? #62

Closed
GuibinChenTHU opened this issue Dec 28, 2021 · 1 comment
Closed

How to train the agent in PC locally? #62

GuibinChenTHU opened this issue Dec 28, 2021 · 1 comment

Comments

@GuibinChenTHU
Copy link

Dear author: I'm wondering if we are only permitted to train our RL agent by connecting the game server via docker? Then how we check the bugs in our agent.py file? In general, there will be some inevitable errors in setting up program of RL agent for the environment. It can be more convenient for us to debug if we are provided with the environment.py file in the process of developing RL agent file. If we are not permitted to do this, then how we check if our submitted agent.py file has no errors?
Looking forward for your reply!

@thegalah
Copy link
Contributor

You are permitted to train in any way you would like. You do not have to use docker to train you can use one of the binaries provided.

To test your agent.py works you can build it into a docker image tagged locally and run your agent from that image. Feel free to reach out to me directly on discord if you need any help

@thegalah thegalah closed this as completed Jan 3, 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

No branches or pull requests

2 participants