Skip to content
Snippets Groups Projects
Commit f5d3849f authored by Nicolas Thellier's avatar Nicolas Thellier
Browse files

Upload New File

parent be447416
No related branches found
No related tags found
No related merge requests found
from gym.envs.registration import register
register(
id='adsil-v0',
entry_point='gym_adsil.envs:adsilEnv',
)
#si on veut d'autres environnements comme un env extrahard.
#register(
#id='ADSIL-extrahard-v0',
#entry_point='gym_ADSIL.envs:ADSILExtraHardEnv',
#)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment