Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ozan Catal
Animal Ai Env
Commits
b80b792e
Commit
b80b792e
authored
Sep 13, 2019
by
Benjamin Beyret
Browse files
add links to curriculum documentation
parent
99a6e824
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b80b792e
...
...
@@ -172,6 +172,9 @@ features with the agent's frames in order to have frames in line with the config
## Version History
-v1.1.0
-
Add curriculum learning to
`animalai-train`
to use yaml configurations
-
v1.0.5
-
~~Adds customisable resolution during evaluation~~ (removed, evaluation is only
`84x84`
)
-
Update
`animalai-train`
to tf 1.14 to fix
`gin`
broken dependency
...
...
documentation/README.md
View file @
b80b792e
...
...
@@ -5,6 +5,7 @@ You can find here the following documentation:
-
[
The quickstart guide
](
quickstart.md
)
-
[
How to design configuration files
](
configFile.md
)
-
[
How training works
](
training.md
)
-
[
Add a curriculum to your training using animalai-train
](
curriculum.md
)
-
[
All the objects you can include in the arenas as well as their specifications
](
definitionsOfObjects.md
)
-
[
How to submit your agent
](
submission.md
)
-
[
A guide to train on AWS
](
cloudTraining.md
)
...
...
documentation/curriculum.md
View file @
b80b792e
...
...
@@ -30,7 +30,7 @@ adding one more wall at each level. Below are samples from the 6 different level
:--------------------:|:-------------------:|:-------------------:

|!
[](
Curriculum/4.png
)
|!
[](
Curriculum/5.png
)
|
To produce such a curriculum, we define the meta-curriculum
as
the following
`json`
f
ile
:
To produce such a curriculum, we define the meta-curriculum
in
the following
`json`
f
ormat
:
```
{
...
...
@@ -74,7 +74,7 @@ except for the `configuration_files`. From the ml-agents documentation:
cumulative reward of the last
`100`
episodes exceeds the current threshold.
The mean reward logged to the console is dictated by the
`summary_freq`
parameter in the
[
trainer configuration file
](
Training-ML-Agents.md#
train
ing-
config
-file
)
.
[
trainer configuration file
](
../examples/configs/
train
er_
config
.yaml
)
.
*
`signal_smoothing`
(true/false) - Whether to weight the current progress
measure by previous values.
*
If
`true`
, weighting will be 0.75 (new) 0.25 (old).
...
...
Write
Preview
Markdown
is supported
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