GitHub
3b7c3a4e
added the note about the windows bug ( #1309 )
* added the note about the windows bug
* made them uniform
* added where the parameter is
* resolved the comments
* added one space
6 年前
GitHub
d9c95a96
More accurate steps to use aws instance ( #1308 )
* More accurate steps to use aws instance
* change the // to #, change the words according to the comments
6 年前
GitHub
e7048eca
Changed the scene to use scriptable object for Crawler static, gridworld, walljump, visualhallway, visualpushblock, visualpyramid ( #1314 )
6 年前
Vincent(Yuan) Gao
7ce0b834
Add Brains for Pyramids, Reacher, SoccerTwos, Tennis, Bouncer, and CrawlerDynamic ( #1313 )
* New brains for Pyramid scene
* Add reacher brains
* New brains for Soccer agents
* New Tennis Brains
* Set prefabs correctly
* New brains for bouncer
* New Dynamic Crawler Brains
6 年前
Vincent(Yuan) Gao
e8a226a0
Added 3DBall, Banana, Basic, Walker, Hallway and PushBlock ( #1312 )
6 年前
Vincent(Yuan) Gao
86374956
add make.bat for windows ( #1272 )
* add make.bat for windows
* fix syntax
* fix commented part
* fix description
6 年前
GitHub
5a706114
Add link to notebook in python-api page ( #1311 )
* Add link to notebook in python-api page
* Use relative path
* Fix line
6 年前
GitHub
840417ff
Use organized tags for tensorboard stats ( #1248 )
6 年前
Arthur Juliani
3fab7e48
Correct Error ( #1305 )
Replace ##Inference Configuration## by ##Training Configuration##
6 年前
GitHub
d7224351
Brains as Scriptable Objects ( #1250 )
* Initial Commit
Ported most functionalities, still need to :
- Documentation
- Add Comments
- Custom drawer for BrainParameters
- Fix the UnitTests
- Review Functionalities
* Added Custom Drawer for the Brain Parameters
* Improvements to the HubDrawer
* Modified the Brain Editors
* Minor bug fixes and UI changes
* Modified the Help Boxes of the Drawers
* Modified Brain class, renamed Initialize and made DecideAction virtual
* Fix the UnityTests
* Simpler Brain creation menu
* Renamed Internal Brain to Learning Brain
* modified the parameters to remove reference to External or Internal in the Protobuf objects
* Updated the protobuf generated files
* Fix the Pytests
* Removed the graph scope from the Learning Brain
* cleaner logic than try catch
* Removed the isExternal field of the brain and put the isTraining logic into LearningBrain and Training Hub
* Modified how the Brain finds the A...
6 年前
Arthur Juliani
18cea1f2
Put Time Horizon back into the default training config for BC ( #1291 )
Put Time Horizon back into the default training config for BC
6 年前
GitHub
3c9603d6
Demonstration Recorder ( #1240 )
6 年前
GitHub
9a0c760a
Merge pull request #1284 from eltronix/patch-4
Fixed wrong description in 3D Ballance Ball
6 年前
GitHub
4fa84fde
Merge pull request #1287 from bjmolitor/patch-4
Fixed the fix...
6 年前
GitHub
642061e3
Fixed the fix...
Ow... sorry, there was a typo.
6 年前
GitHub
cf71145c
removed the logging.basicConfig in other files, so that we have one place to control this ( #1285 )
6 年前
GitHub
c635d096
Merge pull request #1282 from bjmolitor/patch-3
Fix bug in observation vector calculation
6 年前
GitHub
249aaa37
Merge pull request #1281 from eltronix/patch-3
More semantically correct description
6 年前
GitHub
230cb662
Merge pull request #1280 from eltronix/patch-2
Fix typo
6 年前
GitHub
93d64333
Merge pull request #1278 from eltronix/patch-1
Fix typos
6 年前
GitHub
19df3524
Fixed typo
6 年前
GitHub
8956b6d5
More semantically correct description
I feel the previous description was misleading.
6 年前
GitHub
45a86c85
Merge pull request #1264 from Unity-Technologies/hotfix-050a
Hotfix 050a
6 年前
GitHub
d2c320dd
Remove graph scope ( #1205 )
* initial commit : Only works with PPO balance ball
* Fix for recurrent
* [Fix indentation error]
* Fixed BC
* Remove Dead code
* Addressing comment : Removing dead code
* Fixing the Pytest
* edited comments
* Removing GraphScope from the InternalBrain (#1227 )
* Documentation changes for removing graph scope (#1226 )
* Documentation changes
* removed the keep checkpoint printing
6 年前
GitHub
560f1bd7
Merge pull request #1224 from Unity-Technologies/release-v0.5
Release v0.5
6 年前
GitHub
fb248d55
.gitignor *.xml is breaks MarathonEnvs
6 年前
GitHub
f8df71a0
Revert "Release v0.5 (Develop) ( #1203 )" ( #1222 )
This reverts commit 448aac65dc891bad04a23a02d275f6a1d2704e1e.
6 年前
GitHub
b97ad521
Release citation ( #1201 )
6 年前
GitHub
020d6e8b
Fixing tables in documentation and other markdown errors. ( #1199 )
6 年前
GitHub
50228570
updated the walljump model for the multi-discrete action space ( #1198 )
6 年前
GitHub
a884806b
Update readmes to be more informative ( #1194 )
* Update readmes to be more informative
* Line lengths
* Address comments
6 年前
GitHub
af7de3ca
Fix bug when academy max steps is set to nonzero value. ( #1195 )
6 年前
GitHub
4a881354
fix the training doc ( #1193 )
6 年前
GitHub
2af80543
Add fix for multiple instances on a single GPU ( #1192 )
6 年前
GitHub
84a8f112
last bit of doc review from checklist ( #1191 )
* minor grammatical fix
* fixed definition in table
6 年前
GitHub
a5ab8653
Minor fixes to Gym Link and Feature List ( #1189 )
* broken link for gym
* added gym into feature list
* fixed typo
6 年前
Arthur Juliani
eb2fa490
Update Learning-Environment-Examples.md ( #1188 )
6 年前
GitHub
63062b92
updated the Pyramids model ( #1184 )
* updated the Pyramids model
* updated the pyramids model, chnaged the max_steps to reflect the new max steps required to achive ~1.8 cumulative reward
6 年前
GitHub
2ece0b2e
Three Re-trained Models ( #1183 )
* Use new Soccer model
* Use new basic model
* New PushBlock model
* Address comments
6 年前
GitHub
d203cb30
Ignore envs folder ( #1182 )
6 年前
Arthur Juliani
e952dedf
updated the tfsharp links ( #1181 )
6 年前
GitHub
a54714f8
Update API to version 5 ( #1179 )
6 年前
GitHub
5545a22d
Release tf#android fix ( #1180 )
* The Android fix
* additional documentation
* added #
6 年前
GitHub
ab6eb8dc
Fix TF Nan bug ( #1178 )
* Fix for TF NaNs
* New soccer model
6 年前
Vincent(Yuan) Gao
24796cf6
Project Version 2017.4 ( #1173 )
* Make project version 2017.4
* updated the documentation
* added the upgrade notes for 2017.1 to 2017.4
* removed the .10f1
* fix the typo and make the language nicer
* resolved the comments
* Wrapping lines.
* Wording.
* resolved part of jeff's comment
* resolved part of jeff's comment
* fixed the link
* Update FAQ.md
Missing "an".
* Missing "an".
6 年前
GitHub
6b04b516
Consistent string style in trainer_controller.py ( #1177 )
* Consistent string style in trainer_controller.py.
* Linting error in doc.
6 年前
GitHub
6aa78593
Moving UnitySDK README to correct location, fixing file permissions. ( #1175 )
6 年前
Arthur Juliani
2cd8e250
Documentation 0.5 Release Check List (Part 1) ( #1154 )
6 年前
GitHub
29084e77
Curriculum learning reward thresholding bug fix ( #1141 )
6 年前
GitHub
ffffe131
Renamed MLAgentsSDK to UnitySDK. ( #1170 )
6 年前