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 年前
GitHub
2e489abc
Normalization of the probabilities after masking ( #1123 )
* python/unitytrainers/bc/models.py
* Updated BC to reflect the changes
6 年前
Deric Pang
646b5408
Fixing Windows installation path.
6 年前
GitHub
106d562d
Fix for Windows ( #1120 )
addresses #1113
6 年前
Deric Pang
bdaf7a1e
Updating docs and moving learn.py to right place.
6 年前
GitHub
325fb849
Add max-step to agents in BananaVisual ( #1119 )
6 年前
Deric Pang
627a7bdb
Moving Python code into python directory.
6 年前
GitHub
d0158b01
Update visual hyperparameters ( #1118 )
6 年前
Deric Pang
e55b1764
Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure
6 年前
Arthur Juliani
f48188b6
Fix for Action Masking when using Continuous control ( #1116 )
6 年前
Deric Pang
62697767
Addressing Vince's PR comments.
- Highlighting Python snippet in FAQ.
- Fixing import in Python API doc.
- ml-agents-protbuf now automatically places generated files in
the correct directory.
6 年前
GitHub
9ba493ef
Fixing develop after merging action masking ( #1114 )
Ran into problems due to inacurate merging of develop into the branch
6 年前
Deric Pang
119c1e4f
Merge remote-tracking branch 'upstream/develop' into develop-flat-code-restructure
6 年前
GitHub
ded0d8c7
Develop action masking ( #1080 )
* [Initial Commit]
Modified the model.py file and the ppo/trainer.py file to use masked actions
* Preliminary modifications to the python side of the code to enable action masking
* Preliminary modifications to the C# side of the code to enable action masking
* Preliminary modifications to the communication side of the code to enable action masking
* Implemented action masking for BC
Note : The actions of the teacher are not masked
* More error messages for the action masking
* fix pytests
* Added Documentation
* Address comment
* Addressed Comments on docs
* Addressed second comment on docs
* Addressed comments for the python side of the code
* Created the action masker and associated unit tests
* Addressed comments on the C# side
* Addressed the comment regarding action_masking_name
* Addressed the comments
6 年前
Deric Pang
d13c52bb
Updating missed reference to python directory.
6 年前
Arthur Juliani
1c28869a
Fix for #1093 ( #1111 )
Check in the batcher that the memories are not null before adding them to the agentInfoProto
6 年前
Deric Pang
d843e048
Ignoring PyPi build files.
6 年前
Marwan Mattar
713996cb
Update Docs for Chinese version ReadMe file. Describe better our contact info. ( #1109 )
6 年前
Deric Pang
9fc4315d
Fixing setup.py versions.
6 年前
Arthur Juliani
17224292
Fix for Curiosity with ODD ( #1107 )
This branch addresses the issue referenced in #1059
6 年前
Deric Pang
9ba0a358
Adding line to install requirements.txt.
6 年前
GitHub
accf8d44
Add Environment Images to Homepage ( #1077 )
* Add image to landing page
* New banner
* Add additional environment images
6 年前
Deric Pang
709141f4
Updating docs with new paths.
6 年前