-
Notifications
You must be signed in to change notification settings - Fork 171
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 use gym-soccer #5
Comments
You can also instantiate the class directly. Clone the repository, and in root folder:
Might have an easier way... I've just installed it and started to play with Same for soccer_env.SoccerEnv and soccer_against_keeper.SoccerAgainstKeeperEnv |
An alternative way:
|
Are the gym_soccer environments supposed to be registered automatically by gym by doing the "pip install -e ." command, or are there any manual steps required after that? |
I have installed gym-soccer and I want to create the gym-soccer environment by running:
import gym
env = gym.make('Soccer-v0')
but it failed. What's the problem? I didn't find any examples using gym-soccer.
The text was updated successfully, but these errors were encountered: