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 年前
vincentpierre
27c3c9be
Fixed Action Space for GridWorld ( #1085 )
Added the appropriate branch information.
6 年前
GitHub
2f38bf83
Fix Player Brain settings ( #1078 )
6 年前
Arthur Juliani
2eb5c66d
Implement custom cameras in Monitor ( #1076 )
6 年前
GitHub
c600a706
Optional gym wrapper ( #1007 )
Adds optional gym wrapper UnityEnv to use as python interfaces to Unity environments.
6 年前
Arthur Juliani
3659bbcd
Develop multi discrete ( #1022 )
Replace discrete control with multi-discrete control.
6 年前
GitHub
514cd757
Merge pull request #1058 from dericp/develop-trainer-controller-cleanup
Fixing trainer controller line lengths and splitting unitytrainers tests.
6 年前
Deric Pang
6eba6940
Merge remote-tracking branch 'upstream/develop' into develop-trainer-controller-cleanup
6 年前
GitHub
9538d699
Move seed randomization to learn.py ( #1071 )
* Move seed randomization to learn.py
* Remove print statement
6 年前
Arthur Juliani
9e8049f0
Will now print summaries even when not training or when training is over ( #1020 )
* [Initial Commit]
* [Addressed comments]
* [Now using global step to write the summaries]
6 年前
Deric Pang
bb8e74f9
Helper func for incrementing lessons and resetting.
6 年前
Arthur Juliani
708e2bb9
Check NaN in observations ( #1063 )
* Check NaN in observations
* Replace math with np
6 年前
Deric Pang
032446de
Trainer controller lines wrapped.
6 年前