vincentpierre
a7de9336
revert previous commit
7 年前
vincentpierre
d77cfc6d
Fix Cumulative reward reset
7 年前
GitHub
d9831a99
Add additional features to list
7 年前
Arthur Juliani
51f23cd2
0.2 Update
* added broadcast to the player and heuristic brain.
Allows the python API to record actions taken along with the states and rewards
* removed the broadcast checkbox
Added a Handshake method for the communicator
The academy will try to handshake regardless of the brains present
Player and Heuristic brains will send their information through the communicator but will not receive commands
* bug fix : The environment only requests actions from external brains when unique
* added warning in case no brins are set to external
* fix on the instanciation of coreBrains,
fix on the conversion of actions to arrays in the BrainInfo received from step
* default discrete action is now 0
bug fix for discrete broadcast action (the action size should be one in Agents.cs)
modified Tennis so that the default action is no action
modified the TemplateDecsion.cs to ensure non null values are sent from Decide() and MakeMemory()
* minor fixes
* need to convert the s...
7 年前
Arthur Juliani
e25aa997
Corrected state space of tennis environment ( #160 )
7 年前
GitHub
98765705
Update Training-on-Amazon-Web-Service.md
7 年前
GitHub
e70707ae
Change worker num to worker id
7 年前
GitHub
bb61aef9
Merge pull request #128 from dcsilver/patch-1
Fixed object name discrepancy
7 年前
GitHub
52d18cb8
Fixed object name discrepancy
7 年前
GitHub
adf836d5
Update Unity-Agents---Python-API.md
7 年前
GitHub
848ff2ca
New Windows 10 installation guide
7 年前
Arthur Juliani
06d9bbec
Log lesson in TensorBoard
7 年前
Arthur Juliani
43ac4148
clarify introduction doc; fix broken links. ( #123 )
7 年前
Arthur Juliani
4a11c005
Add curriculum code to notebook and simplify
7 年前
Arthur Juliani
ed26e974
Update Making-a-new-Unity-Environment.md ( #114 )
Fixed some typos
7 年前
Arthur Juliani
e6696ed3
Don't print
7 年前
GitHub
3561f003
Update Making-a-new-Unity-Environment.md
7 年前
Arthur Juliani
b6ce30bf
Add curriculum support to PPO
7 年前
Arthur Juliani
9d76583e
Fixed typo ( #105 )
7 年前
vincentpierre
c16e0ac3
modified the socket to receive states and images of any size
7 年前
GitHub
9a7445f7
Update best-practices-ppo.md
7 年前
vincentpierre
447da485
fix on the CoreBrains so that if one Corebrain gets eraised, it will be reinstanciated
7 年前
Arthur Juliani
332061aa
Rename
7 年前
vincentpierre
d421a300
updated the tests of unityagents
7 年前
GitHub
0d7f6726
Add ppo to table of contents
7 年前
vincentpierre
250eb8e1
better checking of the format of the curriculum file
7 年前
Arthur Juliani
3bd12269
Add best practices for PPO
7 年前
vincentpierre
e8429059
bug fix for python3
7 年前
GitHub
d14d88e2
Clarify text
7 年前
vincentpierre
360984c4
curriculum.json params must have 4 entries
7 年前
GitHub
3e0ae561
Clarify wording
7 年前
vincentpierre
ac910514
initial commit of the curriculum with broadcast. Improved the Unity python handshake
7 年前
GitHub
71086699
Update Making-a-new-Unity-Environment.md
7 年前
vincentpierre
5cae720d
modified Environment to send a specific error when no external brains are in the environment
7 年前
Arthur Juliani
cca45d1f
BrainEditor: Replaced `new SerializedObject()` with property. ( #88 )
* Fixed `Academy` children `Brain` gathering.
* Brain-Editor: Replaced `new SerializedObject()` with `serializedObject`.
* BrainEditor: Simplified `if` condition for `BrainParameters` checks.
7 年前
GitHub
94025cbf
Update Making-a-new-Unity-Environment.md
7 年前
GitHub
4d3d63e5
Add Mean reward error
7 年前
vincentpierre
2d5d735f
new Monitor
7 年前
GitHub
4b7e0d4b
Make clear meaning of <env_name>
7 年前
vincentpierre
9933b56e
modification to get started on the recurrent NN rewrite
7 年前
GitHub
6054fcbb
Merge pull request #55 from mplantady/master
Fix brain type not saved in inspector
7 年前
vincentpierre
b237e6c2
fix the basic decision to return 1 instead of null
7 年前
mplantady
a16f7b0d
Typo on discreet action in the Agent monitor
7 年前
Arthur Juliani
9ff529f7
Fixed `Academy` children `Brain` gathering. ( #63 )
7 年前
vincentpierre
5390bb09
need to convert the state to int if the state is discrete
7 年前
Maxime Plantady
0a0fbbeb
Fix brain type not saved in inspector
7 年前
Arthur Juliani
81d896f1
Fixed typo in `BrainEditor`. ( #64 )
Replaced `myst` with `must`.
7 年前
vincentpierre
431fc43c
Merge branch 'master' of https://github.com/Unity-Technologies/ml-agents into dev-broadcast
7 年前
Arthur Juliani
c190eb22
Randomize ppo training batch
7 年前
GitHub
3a154c62
Update Unity-Agents---Python-API.md
7 年前