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 年前
GitHub
de9d73f3
Adjust documentation ( #1096 )
6 年前
Deric Pang
a7bd1c98
Adding proto files.
6 年前
GitHub
2edaf342
Clean up learn.py ( #1106 )
6 年前
Deric Pang
75873dc3
Fixing the docker image to work with restructure.
- Dockerfile pulls in the mlagents directory now.
- Installs mlagents package locally with `pip install .`.
- Clients should now place trainer configs in unity-volume.
6 年前
vincentpierre
bf8582d4
Update Feature-Monitor.md to add missing information ( #1091 )
* Update Feature-Monitor.md
Adds details on 1) how to activate the monitor and 2) how to be able to use a target transform to display the information on.
* Update Feature-Monitor.md
Updated with suggestions from reviewer.
6 年前
Deric Pang
c3b0f77c
Moving notebooks to top level.
6 年前
Arthur Juliani
567ad3f0
fix Unity-Technologies/ml-agents#1041 ( #1102 )
6 年前
Deric Pang
06695919
Fixing name of MLAgentsSDK logfile.
6 年前
GitHub
b146cce3
Fix Banana IL scene ( #1097 )
6 年前
Deric Pang
ea722da3
Learn.py now takes a config file as a required arg.
6 年前
GitHub
1cf194d8
Fix Banana scene lightmap ( #1095 )
6 年前
Deric Pang
49247329
Updating protobuf files.
- Imports now reflect the new package structure.
6 年前
GitHub
19cc853b
Fix wrong function name ( #1094 )
6 年前
Deric Pang
634280a6
Fixed imports, all tests are passing.
6 年前
Arthur Juliani
fee02a84
Attempted fix for #1059 ( #1089 )
6 年前
Deric Pang
9fceb239
Moving/renaming directories, updating gitignore.
6 年前