-
Notifications
You must be signed in to change notification settings - Fork 31
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
Openai gym support? #27
Comments
@xkianteb I recently was interested in training a bot playing the hockey game so I rolled out my own environment extending I encountered a few design decisions which I think can only be best handled if you write your own environment. For example,
Disclaimer: I'm not a developer of this project and have only used this game for classwork. Please only consider the above as an (inexperienced) user's comment. |
@Haoen-Cui were you able to run |
@xkianteb did you do it? cause i'm trying to do the same here. |
@jedi2610 No I didn't but if you want to collaborate and make it happen I would be up for it. |
@xkianteb that's really cool. i'm down too. how can i contact you tho? |
My email address is: [email protected] |
This mainly a question. How difficult would it be to wrap this framework in a openai gym environment, so I could train a reinforcement learning agent to play this game ?
Does the framework support access to the Ai bot? Meaning can let the ai bot drive and record states and actions it visited and took?
The text was updated successfully, but these errors were encountered: