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

File registering environments is getting to dense #51

Open
FelipeMartins96 opened this issue Oct 28, 2021 · 0 comments
Open

File registering environments is getting to dense #51

FelipeMartins96 opened this issue Oct 28, 2021 · 0 comments

Comments

@FelipeMartins96
Copy link
Member

We should study if maybe moving the environments register to vss and ssl folder respectively or inside the environment code itself is a better way to format the environment.

register(id='VSS-v0',
entry_point='rsoccer_gym.vss.env_vss:VSSEnv',
max_episode_steps=1200
)
register(id='VSSMA-v0',
entry_point='rsoccer_gym.vss.env_ma:VSSMAEnv',
max_episode_steps=1200
)
register(id='VSSMAOpp-v0',
entry_point='rsoccer_gym.vss.env_ma:VSSMAOpp',
max_episode_steps=1200
)
register(id='VSSGk-v0',
entry_point='rsoccer_gym.vss.env_gk:rSimVSSGK',
max_episode_steps=1200
)
register(id='VSSFIRA-v0',
entry_point='rsoccer_gym.vss.env_vss:VSSFIRAEnv',
max_episode_steps=1200
)
register(id='SSLGoToBall-v0',
entry_point='rsoccer_gym.ssl.ssl_go_to_ball:SSLGoToBallEnv',
kwargs={'field_type': 2, 'n_robots_yellow': 6},
max_episode_steps=1200
)
register(id='SSLGoToBallIR-v0',
entry_point='rsoccer_gym.ssl.ssl_go_to_ball:SSLGoToBallIREnv',
kwargs={'field_type': 2, 'n_robots_yellow': 6},
max_episode_steps=1200
)
register(id='SSLGoToBallShoot-v0',
entry_point='rsoccer_gym.ssl.ssl_go_to_ball_shoot:SSLGoToBallShootEnv',
kwargs={'field_type': 2, 'random_init': True,
'enter_goal_area': False},
max_episode_steps=2400
)
register(id='SSLStaticDefenders-v0',
entry_point='rsoccer_gym.ssl.ssl_hw_challenge.static_defenders:SSLHWStaticDefendersEnv',
kwargs={'field_type': 2},
max_episode_steps=1000
)
register(id='SSLDribbling-v0',
entry_point='rsoccer_gym.ssl.ssl_hw_challenge.dribbling:SSLHWDribblingEnv',
max_episode_steps=4800
)
register(id='SSLContestedPossession-v0',
entry_point='rsoccer_gym.ssl.ssl_hw_challenge.contested_possession:SSLContestedPossessionEnv',
max_episode_steps=1200
)
register(id='SSLPassEndurance-v0',
entry_point='rsoccer_gym.ssl.ssl_hw_challenge:SSLPassEnduranceEnv',
max_episode_steps=120
)
register(id='SSLPassEnduranceMA-v0',
entry_point='rsoccer_gym.ssl.ssl_hw_challenge:SSLPassEnduranceMAEnv',
max_episode_steps=1200
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant