Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
Ozan Catal
Animal Ai Env
Commits
04d849c2
Commit
04d849c2
authored
Jul 01, 2019
by
Benjamin Beyret
Browse files
v1.0 documentation
parent
999c42e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
04d849c2
...
...
@@ -144,7 +144,7 @@ v0.6.1)
## TODO
-
[
] Add custom resolutions
-
[
x
] Add custom resolutions
-
[x] Add inference viewer to the environment
-
[x] Offer a gym wrapper for training
-
[x] Improve the way the agent spawns
...
...
@@ -155,7 +155,10 @@ v0.6.1)
## Version History
-
v1.0
-
Adds custom resolution to both Unity and Gym environments
-
Adds inference mode to the environment to visualize trained agents
-
Prizes announced
-
More details about the competition
-
v0.6.1 (Environment only)
-
Fix rare events of agent falling through the floor or objects flying in the air when resetting an arena
...
...
documentation/training.md
View file @
04d849c2
...
...
@@ -46,7 +46,9 @@ env= UnityEnvironment(
docker_training=False, # Whether or not you are training inside a docker
no_graphics=False, # Always set to False
n_arenas=4, # Number of arenas in your environment
play=False # Set to False for training
play=False, # Set to False for training
inference=False, # Set to true to watch your agent in action
resolution=None # Int: resolution of the agent's square camera (in [4,512], default 84)
)
```
...
...
examples/visualizeLightsOff.py
View file @
04d849c2
...
...
@@ -16,7 +16,7 @@ run_seed = 1
docker_target_name
=
None
no_graphics
=
False
n_arenas
=
4
resolution
=
32
resolution
=
128
if
env_path
is
not
None
:
env_path
=
(
env_path
.
strip
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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