Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Herve Glotin
gym-adsilbackup
Commits
f5d3849f
Commit
f5d3849f
authored
Dec 05, 2021
by
Nicolas Thellier
Browse files
Upload New File
parent
be447416
Changes
1
Hide whitespace changes
Inline
Side-by-side
__init__.py
0 → 100644
View file @
f5d3849f
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment