GitHub
29084e77
Curriculum learning reward thresholding bug fix ( #1141 )
6 年前
GitHub
ffffe131
Renamed MLAgentsSDK to UnitySDK. ( #1170 )
6 年前
Vincent(Yuan) Gao
2f8ad858
Update Getting-Started-with-Balance-Ball.md ( #1168 )
Fix typos
6 年前
GitHub
a6f45b76
Fixing learn.py, trainer_controller.py, and Docker ( #1164 )
* Fixing learn.py, trainer_controller.py, and Docker
- learn.py has been moved under trainers.
- this was a two line change
- learn.py will no longer be run as a main method
- docopt arguments are strings by default. learn.py now uses
this assumption to correctly parse arguments.
- trainer_controller.py now considers the Docker volume when
accepting a trainer config file path.
- the Docker container now uses mlagents-learn.
* Removing extraneous unity-volume ref.
6 年前
Arthur Juliani
b07dbd66
Adding specific mlagents-learn vs. learn.py example. ( #1157 )
* Adding specific mlagents-learn vs. learn.py example.
* Specifying where to run mlagents-learn in Migrating.md.
6 年前
Arthur Juliani
3c7dc2a1
Release v0.5 gridworld tfmodels ( #1163 )
* Updating re-trained GridWorld models
* Modifying GridWorld scene to link to new models
* Minor tweak to brain type —> Player for GridWorld
6 年前
Arthur Juliani
8eedc76f
[Basic] Added models, fixed Player scene and corebrain internal ( #1156 )
6 年前
GitHub
2d4b4209
Use single scope declaration for models ( #1160 )
6 年前
GitHub
6430fc86
Changing learn.py log messages. ( #1159 )
* Changing learn.py log messages.
- learn.py refers to the mlagents-learn script now.
- If a non-existant trainer config is passed, the log message
correctly points that out now.
* Changing the curriculum arg from file to dir.
6 年前
GitHub
ab0e05b2
fixed the aws doc ( #1158 )
* fixed the aws doc
* remove the cd instruction
6 年前
GitHub
a69ec095
improve the migration doc ( #1155 )
* improve the migration doc
* fix typo
* resolved all the issues
* resolve the comment
6 年前
Marwan Mattar
2d767f3f
GridWorld now uses action masking ( #1125 )
* GridWorld now uses action masking
* Addressed the comments
* addressed comments
* Added checkbox to turn action masking on/off (#1146 )
* Added checkbox to turn action masking on/off
* Fix to handle the no-action option
* Added comment to GridWorld mentioning the use of action masking. (#1153 )
6 年前
Vincent(Yuan) Gao
423a6bc9
Replacing training screenshots with updated markdown. ( #1152 )
* Replacing training screenshots with updated markdown.
* Changing bash prompt to be simpler.
6 年前
GitHub
ab5c49e8
Release v0.5 delete unityagents ( #1151 )
* fixed the loggers
* Modified the documentation
6 年前
GitHub
bc20a6af
Added the Hallway Model ( #1148 )
6 年前
GitHub
10d2a19d
Release v0.5 (Develop) ( #1203 )
6 年前
GitHub
a94b7308
Fixed the gym_unity tests ( #1150 )
6 年前
Arthur Juliani
52958d1e
Fixed the gym_unity tests ( #1149 )
6 年前
Arthur Juliani
bb135f4f
Python version is now restricted to 3.5 or 3.6. ( #1145 )
* Only Python 3.6, bumping package version.
6 年前
Arthur Juliani
108e770e
Updating the migrating doc ( #1137 )
6 年前
GitHub
fbf92810
Refactor Trainers to use Policy ( #1098 )
6 年前
Vincent(Yuan) Gao
a53beb42
Downgrade to 2017.1 ( #1133 )
* Downgrade to 2017.1
* Fix MACOSX built executable training
6 年前
GitHub
c8371e3b
Print summaries at inference ( #1143 )
Reimplement a wrongfully reverted commit
6 年前
GitHub
b7e63bd8
Fix seed with multiple runs ( #1138 )
* Fix seed with multiple runs
* addressed comments
6 年前
GitHub
a776c668
Added a README for the ml-agents package ( #1136 )
* Added a README for the ml-agents package
* address comments
* addressed comments
* Silencing linter complaints.
* Missed a couple of long lines.
6 年前
GitHub
e9e582c9
Merge pull request #1128 from Unity-Technologies/develop-fix-print-logo
Printing Unity logo exception is now caught.
6 年前
GitHub
edfedbdb
Enforce the grpcio version more strictly, should consider enforcing other packages versions as well ( #1132 )
6 年前
GitHub
949a0796
Merge pull request #1127 from Unity-Technologies/develop-cleanup-docs
Documentation cleanup
6 年前
Deric Pang
f4d6fee7
Adding correct links for migration guide.
6 年前
Deric Pang
55257ee7
Changing the way Unity Technologies is printed by default.
6 年前
Deric Pang
40f4eb3e
Cleaning up documentation.
6 年前
Deric Pang
b7cd57db
Printing Unity logo exception is now caught.
6 年前
GitHub
3900ed66
Merge pull request #1083 from Unity-Technologies/develop-flat-code-restructure
ML-Agents Code Restructure
6 年前
Deric Pang
1201c72a
Fixing path of environment build in getting-started notebook.
6 年前
Deric Pang
b5561409
Updating install_requires to be more strict.
6 年前
Deric Pang
e72aac4b
Updating gym-unity import.
6 年前
Deric Pang
d663c34f
Updating getting-started notebook.
6 年前
Deric Pang
20dd50c4
Addressing feedback from offline meeting.
- python directory has been removed.
- config dirctory created.
- mlagents-learn now takes --env as an optional arg.
6 年前
Deric Pang
d4ca94a1
Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure
6 年前
Deric Pang
24f0547b
Fixing directory naming typo.
6 年前
Deric Pang
479f7046
Addressing Arthur's PR comments.
- Renamed `ml-agents-protobuf` to `protobuf-definitions`.
- Renamed `python/mlagents` to `python/ml-agents`.
- Removed comments from setup.py.
6 年前
Deric Pang
737b7017
Fixing learn.py to work with restructure.
6 年前
Deric Pang
e2940d96
Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure
6 年前
Deric Pang
fe697b9b
Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure
6 年前
Deric Pang
cdb41480
Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure
6 年前
Deric Pang
2fc35af5
Changing protobuf generation for action masking.
6 年前
Deric Pang
e0e02ae6
Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure
6 年前
Deric Pang
3e6497dd
Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure
6 年前
GitHub
e9c7c2ce
Added the past action input when using RNN with multi-discrete ( #1124 )
6 年前
Deric Pang
c1de0637
Updating Dockerfile to work with python directory.
6 年前