GitHub
1f15a476
Added in new conda environment steps and clean up
7 年前
GitHub
848b8a58
Fix PPO regression ( #434 )
* Fix PPO regression
7 年前
Joe Ward
66308d7b
Fix problems exposed during review.
7 年前
GitHub
f16423b3
typo
7 年前
GitHub
3a447437
Merge pull request #438 from Unity-Technologies/fix/dockerdocs
[docs] Adding information on saving and quitting docker container
7 年前
Joe Ward
1fc7cb1f
Fix typos and file name convention.
7 年前
GitHub
200f105f
Update with python package installs
7 年前
GitHub
c83b0e7d
Merge pull request #435 from Unity-Technologies/docs/installation
Added reference to Basics in Jupyter installation
7 年前
Joe Ward
83ee0226
Merge remote-tracking branch 'origin/development-0.3' into docs-training-brains-etc
7 年前
GitHub
e2c069c9
Updated with anaconda and GPU CUDA compatible
7 年前
Marwan Mattar
0d86891b
Minor cleanup to Background: Jupyter page.
7 年前
Joe Ward
90c451c1
Workd imitaion learning into a few corners + light edit.
7 年前
GitHub
80bd9536
Update to instructions
Added instructions for downloading Nvidia cuDNN
7 年前
Marwan Mattar
67989f04
Clarified use of Basics notebook.
7 年前
Joe Ward
86474d7a
Merge remote-tracking branch 'origin/development-0.3' into docs-training-brains-etc
7 年前
GitHub
0a17ca00
screenshot for cuDNN membership required
7 年前
Marwan Mattar
20ce0286
Cleared notebook output.
7 年前
Marwan Mattar
e99f16ea
Minor typo fix in Monitor.cs
7 年前
Joe Ward
eda2cd3e
spellig
7 年前
GitHub
fcea27a2
Update to Instructions
Updated windows local test. Added instructions for installing Nvidia CUDA
7 年前
Marwan Mattar
095632d6
Added reference to Basics in Jupyter installation
- Added consistent naming to the 3D Balance Ball environment
- Minor fixes to the Basics notebook
7 年前
eshvk
ed0d432d
[docs] Adding information on saving and quitting docker container
7 年前
Marwan Mattar
3679b42d
Adding API Doc to Monitor.
This completes adding API doc to all developer-facing classes: Academy, Agent and Monitor.
- Minor refactoring of variable names for spelling correctness:
- isInstanciated —> isInstantiated
- InstanciateCanvas() —> InstantiateCanvas()
- Removed unused imports.
- Removing private declarations.
7 年前
Joe Ward
01101202
Rudimentary Heuristic Brain docs
7 年前
GitHub
981baad2
added header and windows 10 instructions
7 年前
GitHub
e99c63f8
Merge pull request #422 from Unity-Technologies/docs/background
Filled missing sections in Background pages
7 年前
Joe Ward
30b33407
Remove CoreBrain docs since the SDK doesn't support it well at this point.
7 年前
GitHub
ba7108ee
Create Installation-Windows.md
7 年前
GitHub
7549e1df
Merge pull request #423 from Unity-Technologies/docs/learning-environment-pic-fixes
fixed three pictures
7 年前
Joe Ward
ac5e6bc7
Edits for 0.3
7 年前
Vincent Gao
85c85417
fixed three pictures
7 年前
GitHub
f97d3236
removed old instructions for windows
7 年前
GitHub
9ca530cd
Soccer Twos Environment ( #420 )
* Add Soccer Twos environment, along with training parameters, embedded model, and relevant documentation.
7 年前
Joe Ward
796359ef
Merge remote-tracking branch 'origin/development-0.3' into docs-training-brains-etc
7 年前
Marwan Mattar
69d2c268
Imporvements to Installation guide
- Including Jupyter notebook guide.
7 年前
GitHub
006981c1
Merge pull request #419 from Unity-Technologies/docs/ml-agents-overview
Documentation improvements to ML-Agents overview
7 年前
Marwan Mattar
25b1d8b1
Minor typo fix to ML-Agents-Overview.md
7 年前
Marwan Mattar
a7501232
Filled missing sections in Background pages
- Both machine learning and tensorflow pages.
7 年前
Joe Ward
e37b13e1
wip
7 年前
Marwan Mattar
5940c478
Documentation improvements to ML-Agents overview
- Incorporated feedback provided offline
- Fixed capitalizations of Agent/agent
- Re-organized trainers and features sections (renamed files accordingly)
- Change Agent Editor (code) to ODD feature
- Added a summary and next steps section
7 年前
GitHub
2156430d
Merge pull request #414 from Unity-Technologies/docs/imitationlearning
[Docs] Documentation for Imitation Learning (Behavioral Cloning)
7 年前
GitHub
647b0a8f
Merge pull request #418 from Unity-Technologies/dev-api-doc-agent
Comment improvements to Agent.cs.
7 年前
Marwan Mattar
f1966275
Comment improvements to Agent.cs.
Added several class and method-level comments that are compatibale with Doxygen for auto-generation of documentation. In addition to some stylistic and minor code changes (summarized below).
Stylistic changes:
- Modified comments to /// style instead of /** */
- Removed unnecessary imports
- Limited code to 80 characters per line
Code changes:
- Change SetTextObs to accept a string, not an object
- Renamed all methods that have “state” semantics to “info” semantics
- Renamed _InitializeAgent as OnEnableHelper
- Removed _DisableAgent, foldered into OnDisable
- Renamed StoredVectorActions to storedVectorActions, similarly for StoredTextActions
- Changed internal methods to protected since thats the desired behavior
- Renamed _info to info and _action to action since they’re already private
These refactorings had impacts on CoreBrainInternal, ExternalCommunicator, MLAgentsEditModeTest.
Performed minor improvemens to Ball3DAgent and AgentEditor (re...
7 年前
GitHub
a487853d
[Important] Fixes the logic of the academy reset ( #417 )
The External Communicator now sends the AcademyDone properly
7 年前
GitHub
9cbcf90d
Merge pull request #405 from Unity-Technologies/dev-api-doc-academy
Comment improvements & refactoring to Academy.cs
7 年前
Marwan Mattar
bab02a21
Merge branch 'development-0.3' into dev-api-doc-academy
# Conflicts:
# unity-environment/Assets/ML-Agents/Scripts/Brain.cs
7 年前
GitHub
6cf103e0
Merge pull request #413 from Unity-Technologies/docs/examples-learning-environment-fix
Docs/examples learning environment fix
7 年前
Vincent Gao
1ac52763
removed the epsilon from both brains
7 年前
GitHub
bb82e25d
Revamped Push Block ( #404 )
* Adds new revamped Push Block environment.
* Adds "Shared Assets" folder to Examples sub-directory.
7 年前
Vincent Gao
cf772bbc
set TennisBrain's Brain Type to internal
7 年前