Andrew Cohen
579bbd88
passing all tests locally
5 年前
Andrew Cohen
03b40795
removed opponent elo from stat collection
5 年前
Andrew Cohen
79076b70
ELO calculation done in ghost controller
5 年前
Andrew Cohen
9f09a65d
team id centric ghost trainer
5 年前
Andrew Cohen
eefc4811
Merge branch 'master' into self-play-mutex
5 年前
Andrew Cohen
ac261e36
Merge branch 'master' into self-play-mutex
5 年前
Andrew Cohen
94654de4
ghost controller
5 年前
GitHub
7d954797
[change] Separate action outputs into OutputDistributions object ( #3514 )
5 年前
GitHub
e1a0f41b
Added the MLAgents.Demonstrations namespace ( #3532 )
* Added the MLAgents.Demonstrations namespace
* Added the MLAgents.Editor namespace
* Overrided the .demo.meta files due to the change in namespace
5 年前
GitHub
9a371b17
[Renaming] SetActionMask -> SetDiscreteActionMask + added the virtual method CollectDiscreteActionMasks ( #3525 )
* Code edits
* Modified the markdowns
* Update com.unity.ml-agents/CHANGELOG.md
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
* Update docs/Learning-Environment-Design-Agents.md
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
* Update docs/Learning-Environment-Design-Agents.md
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
* Renaming files and methods
* Addressing comments
* Update docs/Learning-Environment-Design-Agents.md
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
Co-authored-by: Chris Elion <celion@gmail.com>
5 年前
GitHub
bd0455cd
disable compile warning ( #3529 )
* disable compile warning
* remove line numbers
5 年前
GitHub
2a621c1b
rename to Perceive() ( #3527 )
5 年前
GitHub
1a7f9036
Tests for Demonstration loader and Model runner ( #3510 )
* Initial test code commit
* Fix typo
* Added more tests
* More tests
* Bumping test coverage
* Update com.unity.ml-agents/Tests/Editor/ModelRunnerTest.cs
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
Co-authored-by: Chris Elion <celion@gmail.com>
5 年前
GitHub
734bad58
CameraSensor and CameraSensorComponent tests ( #3513 )
5 年前
GitHub
d10bfae1
update timer strings ( #3518 )
5 年前
GitHub
d9898be5
Remove test scene from build settings and codebase. ( #3524 )
5 年前
GitHub
8ce9dcfd
add DoneReason enum to Agent ( #3517 )
5 年前
GitHub
66722d71
make GetRayAngles internal ( #3515 )
* timerstack and GetRayAngles internal
* undo Timerstack for now
5 年前
GitHub
b2cc1c25
[bug-fix] Fix continuous LSTMs and add test ( #3521 )
5 年前
GitHub
87677f90
use MLAgents.Sensor namespace ( #3519 )
5 年前
GitHub
d8567b82
Add SensorShapeValidator unit ( #3504 )
5 年前
GitHub
d766e607
Fix grpc for 2020.1. ( #3512 )
5 年前
GitHub
547284b2
Merge pull request #3508 from Unity-Technologies/master-into-release-0.14.1
Master into a branch of release 0.14.1
5 年前
GitHub
f25bf7d3
Reintroduce MLAgents.Sensors namespace ( #3509 )
* Reintroduced the namespace MLAgents.Sensors
* Documentation changes
* updated the changelog
5 年前
GitHub
97a1d4b1
[change] Remove the action_holder placeholder from the policy. ( #3492 )
5 年前
GitHub
30a196eb
Fix metacurriculum test (for good) ( #3511 )
5 年前
GitHub
8b85322f
Don't make the test a MonoBehavior ( #3505 )
5 年前
GitHub
308300e6
Made a asmdef for CommunicatorObjects ( #3500 )
* Made a asmdef for CommunicatorObjects
* Organized the communicator files into a separate folder
5 年前
GitHub
b8b4ab4f
Move protobuf generation tests to yamato. ( #3506 )
5 年前
GitHub
8530b724
Fix package validation errors for sensor-based classes ( #3501 )
* Fix package validation errors in ISensor and CameraSensor.
* Fix docs in CameraSensor and add a helper method.
* Fix package validation errors in CameraSensorComponent.
* Fix package validation errors in SensorComponent.
* Additonal fixes to ISensor.
* Fixes package validation errors for the remaining sensor-based classses.
* Fixed docs based on PR comments. Only doc-changes.
* Fold back docs that were deleted due to merge conflict. (Was easier to delete and re-add.)
* More missing docs.
* Fixed incorrect location for doc strings.
* Adding periods at the end of param/return tags.
* Added a few periods.
5 年前
GitHub
45bd2d2c
Develop passing package validation ( #3494 )
* Fixed package validation errors in DecisionRequester
* Fixed package validation errors in ActionMasker
* Fix package validation for DemoRecorder
* Fix package validation for DemoStore
* Fix package validation for TimerStack
* Fix package validation for UnityAgentsExceptions
* Fix package validation for BarracudaPolicy
* Fix package validation for BehaviorParameters
* Fix package validation for BrainParameters
* Addressed PR comments
* Made DemoWriter.MetaDataBytes internal as it’s referenced in unit tests
5 年前
GitHub
f3d02dda
Fixes package validation errors for side-channels-related classes. ( #3502 )
* Fixes package validation errors for side-channels-related classes.
5 年前
GitHub
a115dda7
Hotfix on Gym and the notebooks ( #3496 )
* Hotfix on Gym and the notebooks
* REMOVING THE PROTO GENERATION TESTS
* REMOVING THE PROTO GENERATION TESTS
* Update notebooks/getting-started-gym.ipynb
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
* Trying to enforce nuget version
* Update notebooks/getting-started-gym.ipynb
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
* Removing proto_generation
* Update notebooks/getting-started-gym.ipynb
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
* Update docstring
Co-authored-by: Chris Elion <celion@gmail.com>
5 年前
GitHub
aee0611a
remove unused methods from Utilities.cs ( #3495 )
5 年前
GitHub
ca914546
RaycastPerceptionComponent custom editor ( #3484 )
5 年前
GitHub
2eba4941
Updated the checklist to make more consice and add links to the appropriate files/folders. ( #3491 )
5 年前
GitHub
3049b0ec
fix icon path ( #3493 )
5 年前
GitHub
c145e75b
Split Policy and Optimizer, common Policy for PPO and SAC ( #3345 )
5 年前
GitHub
ecd13c8a
Move Demonstration code to sub-folder ( #3488 )
5 年前
GitHub
24145c22
Merge pull request #3438 from Unity-Technologies/develop-badEnvReturnCode
Raise Exception if path does not exist [Bug Fix]
5 年前
GitHub
cd0a38c3
Develop mm validation fixes ( #3487 )
* Doc fixes for Agent and Academy to remove all validation errors.
* Made `ScaleAction()` in `Agent.cs` static.
5 年前
GitHub
3f8bbaf1
Fix demo path for pushblock ( #3489 )
5 年前
GitHub
7d3ce77e
Fix Doxygen config ( #3490 )
* Removed version number
* Set file to new file directory
* Commented out un-used configs in dox.conf file
* Updated the corresponding GitHub docs.
5 年前
Alphonso Crawford
1a7f9ad0
change test_learn.py
5 年前
GitHub
a8c0564b
[Bug fix] Gym last reward before Done ( #3471 )
* Fixing #3460
* Addressing comments
* Added 2 tests
* encapsulate the agent mapping operations (#3481 )
* encapsulate the agent mapping operations
* rename, linear time impl
* cleanup
* dict.popitem
* udpate comments
* Update gym-unity/gym_unity/tests/test_gym.py
Co-authored-by: Chris Elion <celion@gmail.com>
5 年前
Alphonso Crawford
26d44958
Update test_bad_env_path
5 年前
GitHub
a5d0cf3c
Refactor DemonstrationStore/Recorder ( #3354 )
5 年前
Alphonso Crawford
802593a2
Adding test for bad env_path on create_environment_factory
5 年前
GitHub
d485f3a0
Sensor API cleanup ( #3480 )
5 年前
Alphonso Crawford
35e49f5d
Using f-strings for exception strings
5 年前