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 年前
Arthur Juliani
adac2683
Fix for multi-agent with observations
7 年前
Arthur Juliani
0c9b296e
Minor changes ( #43 )
I walked through the whole example and made some minor revision.
7 年前
Arthur Juliani
cd3bfb87
Added worker-id flag and pass through to enviroment in order to more easily manage multiple running simulations. ( #40 )
7 年前
GitHub
20b8e021
Update Getting-Started-with-Balance-Ball.md
7 年前
GitHub
12753429
Update Getting-Started-with-Balance-Ball.md
7 年前
GitHub
77f93ed8
Link to installation documentation
7 年前
GitHub
2acfc2ac
Add 64-bit Python requirement
7 年前
GitHub
bbcc2af4
Explain use of epsilon in model embedding
7 年前
GitHub
7d229e5c
Update Getting-Started-with-Balance-Ball.md
7 年前
vincentpierre
3f85bb56
Merge branch 'master' into dev-broadcast
7 年前
GitHub
46853a5a
Update installation.md
7 年前
GitHub
aee5d336
Fix discrete state ( #33 )
* made BrainParameters a class to set default values
Modified the error message if the state is discrete
* Add discrete state support to PPO and provide discrete state example environment
* Add flexibility to continuous control as well
* Finish PPO flexible model generation implementation
* Fix formatting
* Support color observations
* Add best practices document
* bug fix for non square observations
* Update Readme.md
* Remove scipy dependency
* Add installation doc
7 年前
GitHub
6cab43f9
Update Training-on-Amazon-Web-Service.md
7 年前
GitHub
8071e029
Update Training-on-Amazon-Web-Service.md
7 年前
GitHub
e0ef6921
Add pre-configured ami
7 年前
GitHub
749481a1
Add connection timeout issue
7 年前
GitHub
daf205da
Merge pull request #35 from Unity-Technologies/fix-docs
Move Wiki to Docs directory
7 年前
GitHub
2ffa35ff
Update README.md
7 年前
GitHub
15fea1be
Update README.md
7 年前
GitHub
e22f7cc0
Update README.md
7 年前
GitHub
52cc5322
Update README.md
7 年前
GitHub
8e69382f
Update Using-TensorFlow-Sharp-in-Unity-(Experimental).md
7 年前
GitHub
b01b4ec8
Update Unity-Agents-Overview.md
7 年前
GitHub
8ee01348
Update Unity-Agents---Python-API.md
7 年前
GitHub
587d3a62
Update Unity-Agents---Python-API.md
7 年前
GitHub
4d984ec2
Update Unity-Agents---Python-API.md
7 年前
GitHub
a298fb51
Update Training-on-Amazon-Web-Service.md
7 年前
GitHub
7176176a
Update Organizing-the-Scene.md
7 年前
GitHub
e479c6a6
Update Making-a-new-Unity-Environment.md
7 年前
GitHub
fcca40cf
Update Getting-Started-with-Balance-Ball.md
7 年前
GitHub
60f9d39f
Update Example-Environments.md
7 年前
GitHub
59f68970
Update Agents-Editor-Interface.md
7 年前
GitHub
fb595954
Update Agents-Editor-Interface.md
7 年前
GitHub
c1abc3de
Update Agents-Editor-Interface.md
7 年前
GitHub
108a28f2
Update Limitations-&-Common-Issues.md
7 年前
GitHub
e78304a0
Update Using-TensorFlow-Sharp-in-Unity-(Experimental).md
7 年前
GitHub
e3f2fbc3
Update Readme.md
7 年前
GitHub
82086fdf
Update Unity-Agents-Overview.md
7 年前
vincentpierre
0df8326e
minor fixes
7 年前
Arthur Juliani
f97bcaee
Add .md to links
7 年前
vincentpierre
4d3716fe
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()
7 年前
Arthur Juliani
15da5a71
Make home readme
7 年前
vincentpierre
65df8ae9
fix on the instanciation of coreBrains,
fix on the conversion of actions to arrays in the BrainInfo received from step
7 年前