vincentpierre
e1e64059
removed the drone environment
7 年前
Arthur Juliani
9d26767d
Instantiate training buffer with trainer
7 年前
Arthur Juliani
c21a391d
Various bug fixed and changes
* Adjust demo curricula
* Fix training buffer reset bug
* Make wall height a float
* Add pertained models for Area env
7 年前
vincentpierre
41ab078d
replaced actions with previous_actions in the BrainInfo object
7 年前
vincentpierre
d8f74dc9
If reset does not take either config or progress, no information is logged.
Bug fix : Environment handles invalid configurations better
7 年前
vincentpierre
9a3819d9
added documentation on the broadcast feature
7 年前
GitHub
bb6eab70
Added the monitor link
7 年前
GitHub
e41086e2
Uploading monitor image
7 年前
GitHub
bd166596
Update monitor.md
7 年前
GitHub
bfe8a6f7
Update Making-a-new-Unity-Environment.md
7 年前
GitHub
e0f0038b
Create monitor.md
7 年前
vincentpierre
1bbaf0dd
added test in test_unityagents.py for curriculum class
7 年前
Arthur Juliani
25600dc5
Add CL to table of contents
7 年前
Arthur Juliani
91e5e42b
Make images images
7 年前
vincentpierre
34b6e786
made the UnityTimeOutException that reads into the logfile when available
7 年前
Arthur Juliani
f4b77a7a
Add image spaces
7 年前
vincentpierre
5e1d05af
added the logfile_path property to the environment class. Give a link to the logfile when the timeout error is launched.
Note: still need testing on windows
7 年前
Arthur Juliani
94c20ef0
Curriculum documentation and improved Area code
7 年前
vincentpierre
539c081f
modified the python side to read the logfile path from the academy parameters
7 年前
Arthur Juliani
54652c69
dev-logParam ( #135 )
* added the method write text to trainer so it is easy to write log the hyperparameters as a dictionary. Note: needs tensorflow version r1.2 or above
* added message if impossible to write text summary in Tensorboard
7 年前
vincentpierre
db3cb9df
Merge branch 'development' into dev-logfile
7 年前
vincentpierre
43461a3b
added Asset/UnityPackageManager to .gitignore
7 年前
vincentpierre
62089508
Modified the tests
7 年前
vincentpierre
d01bd6c2
the bytes file will besaved under the name of the environment, not its path
7 年前
Arthur Juliani
fc1b8a1b
Fix academy reset out of order
7 年前
vincentpierre
a7e54b94
removed the isInference checkbox
7 年前
Arthur Juliani
75ea16ff
Add comments and alphabetize flags
7 年前
Arthur Juliani
eeafbaaa
Clean up environments
7 年前
Arthur Juliani
9ded88f3
Provide support with incompatible API
7 年前
vincentpierre
dd3852dd
putting the logfile path into the academy parameters
7 年前
Arthur Juliani
fde0a417
Clean up Area environment code
7 年前
vincentpierre
d1ace9cb
formatting
7 年前
vincentpierre
22bfd276
simplifications on launching from absolute path,
bug fix : closing the environment when the file_name was wrong.
7 年前
vincentpierre
4c8efaeb
New feature: The errors happening in Unity will be reported in the unity-environment.log file that will be generated when an environment with an external Brain is launched.
This should help developers figure out faster if errors are happening on the Unity side.
Looking into the Player.Log or using a developement build could be replaced by this feature.
7 年前
vincentpierre
053c3739
Launching the environment with absolute path. Need testing on Windows and Linux
7 年前
vincentpierre
ebaf5268
ignoring the Packages folder that is created in unity-environment for Unity version 2017.3
Print a message if someone tries to lauch ppo with the load flag but an invalid run-path
7 年前
vincentpierre
7b534423
updated tests
7 年前
vincentpierre
fef449f0
Now collecting the states in the PlayerCoreBrain in order to test and debug the CollectState method.
7 年前
Arthur Juliani
d89ac8ec
Text adjustments
7 年前
vincentpierre
cd1feef6
minor fix to the Notebook
7 年前
vincentpierre
7f4284de
remove commented code, replaced the action bars with action hist in drone, added the drone and spider to the examples
7 年前
Arthur Juliani
5ef4be55
Fix curriculum smoothing, and use reward for push curriculum
7 年前
Arthur Juliani
b56259f6
Fix cumulative reward (Unity) and Nan reward (python) bugs
7 年前
vincentpierre
7bcbe871
added the drone and the spider environment
7 年前
Arthur Juliani
d1b81a32
Add push curriculum
7 年前
vincentpierre
6e950cd3
Can now switch inference configuration on/off in the editor. Reintroduced the broadcast feature for the non-External brains. Introduced the API number to check the compatibility between Unity and Python.
7 年前
vincentpierre
d71ee998
changes on the ppo.py
7 年前
vincentpierre
2b8353b2
porting the changes on ppo.py and removing AgentMonitor.cs
7 年前
vincentpierre
22db3d64
added the modified files from dev-cooperative-env
7 年前
vincentpierre
3b00302a
merging dev-broadcast-curriculum
7 年前