GitHub
|
a912e039
|
Merge pull request #1005 from Unity-Technologies/hotfix-0.4b
Hotfix 0.4b
|
6 年前 |
GitHub
|
7b99186c
|
Merge pull request #992 from Unity-Technologies/develop-docs
Make doc specific about Python version
|
6 年前 |
GitHub
|
e94c6327
|
Making version of Python supported to 3.6 only
|
6 年前 |
GitHub
|
60e61947
|
Make doc specific about Python version
|
6 年前 |
GitHub
|
bd7a66d7
|
Merge pull request #991 from Unity-Technologies/develop-fix-docs
Update installation.md
|
6 年前 |
GitHub
|
9718abad
|
Update installation.md
Some users who are using Anaconda are having TensorFlow issues that are popping up in our docs. Adding a reference to the official page on that.
|
6 年前 |
GitHub
|
34035176
|
Merge pull request #968 from dericp/develop-curriculum-learning-refactor
Curriculum learning moved from environment to trainer.
|
6 年前 |
Deric Pang
|
cd7c854c
|
Created exception module for unitytrainers.
|
6 年前 |
Deric Pang
|
eb251008
|
Removing unnecessary import.
|
6 年前 |
Deric Pang
|
6f4ce6b3
|
Merge branch 'develop-curriculum-learning-refactor' of github.com:dericp/ml-agents into develop-curriculum-learning-refactor
|
6 年前 |
Deric Pang
|
d85038aa
|
Removing some trailing spaces.
|
6 年前 |
Deric Pang
|
134548ac
|
Updating tests for refactored curriculum.
|
6 年前 |
Deric Pang
|
7963f8ac
|
Merge remote-tracking branch 'upstream/develop' into develop-curriculum-learning-refactor
|
6 年前 |
Deric Pang
|
798c8bf9
|
Removing print statements.
|
6 年前 |
Deric Pang
|
db031b07
|
Updating tests for refactored curriculum learning.
|
6 年前 |
Deric Pang
|
6eb10797
|
Removed test references to vector_observation_space_type.
|
6 年前 |
Deric Pang
|
ae944381
|
Removing print statements.
|
6 年前 |
Deric Pang
|
e580e544
|
Removing commented out code.
|
6 年前 |
GitHub
|
dcd4b4f9
|
Merge pull request #967 from dericp/develop-fix-python-tests
Fixed Python tests.
|
6 年前 |
Deric Pang
|
9b37b410
|
Removed test references to vector_observation_space_type.
|
6 年前 |
Deric Pang
|
8380f2f2
|
Moved curriculum code out of environment code.
|
6 年前 |
Brian Sterling
|
f229e9ff
|
BackCompat fix for 2017.1 (EditorApplication.playmodeStateChanged deprecated in 2018)
|
6 年前 |
GitHub
|
b36e6a2e
|
Merge pull request #946 from Unity-Technologies/hotfix-0
v0.4.0a into Develop
|
6 年前 |
Arthur Juliani
|
c31f63b5
|
Fix typo
|
6 年前 |
Arthur Juliani
|
083cbff5
|
Add to docstring
|
6 年前 |
Arthur Juliani
|
cfb7cfef
|
Code clean-up
|
6 年前 |
Arthur Juliani
|
1bfbf67a
|
Simplify approach
|
6 年前 |
Arthur Juliani
|
0c6411c2
|
Use switch between old and new behavior
|
6 年前 |
Arthur Juliani
|
9701c3db
|
Merge branch 'hotfix-0' into release-v0.4-fix-curiosity-odd
# Conflicts:
# python/unitytrainers/ppo/trainer.py
|
6 年前 |
Arthur Juliani
|
e5202092
|
Remove empty line
|
6 年前 |
Arthur Juliani
|
fa65ee61
|
Fix bug in grpc logic
|
6 年前 |
vincentpierre
|
0d84858d
|
[Modified the Internal Brain]
|
6 年前 |
Arthur Juliani
|
11b50054
|
Replace Ray with multiprocess
|
6 年前 |
vincentpierre
|
d993c549
|
[Added the unity side code]
|
6 年前 |
Arthur Juliani
|
fad0da30
|
Log run-id in console
|
6 年前 |
vincentpierre
|
e47cec56
|
[Initial Commit]
|
6 年前 |
Arthur Juliani
|
195ac934
|
Merge branch 'develop' into develop-runs
# Conflicts:
# python/learn.py
# python/unitytrainers/trainer.py
|
6 年前 |
GitHub
|
b6fe0bca
|
Merge pull request #906 from Unity-Technologies/develop-no-discrete-obs
Remove Discrete Observations
|
6 年前 |
Arthur Juliani
|
bee52bce
|
Additional documentation changes
|
6 年前 |
Arthur Juliani
|
96e599e1
|
New proto files
|
6 年前 |
Arthur Juliani
|
b46b8708
|
Rename function
|
6 年前 |
Arthur Juliani
|
ebd9dab4
|
Update documentation appropriately
|
6 年前 |
Arthur Juliani
|
5e48766d
|
Remove discrete observations
|
6 年前 |
GitHub
|
4b3c6c9f
|
Merge pull request #885 from Unity-Technologies/release-v0.4
Release v0.4
|
6 年前 |
GitHub
|
bd33996c
|
Merge branch 'master' into release-v0.4
|
6 年前 |
GitHub
|
68d6170f
|
Error message when using ODD and Curiosity (#883)
* Remove extra bouncer brain hyperparameters
* Add error when using curiosity+odd
|
6 年前 |
GitHub
|
dda6ad8b
|
Replaced message printed in Python and in documentation. (#881)
|
6 年前 |
GitHub
|
f7b35d90
|
change the visual scenes to default to player brain (#879)
|
6 年前 |
GitHub
|
6df07946
|
Fix for Discrete observations + Curiosity (#866)
|
6 年前 |
vincentpierre
|
4c6439d5
|
[Attempted fix]
|
6 年前 |