GitHub
|
4e6d46cc
|
[tests] Add tests for Torch PPO (#4429)
|
4 年前 |
GitHub
|
e471bd8b
|
Refactoring of the tests folder for the trainers (#4510)
* Refactoring of the tests folder for the trainers
* Fixing issues
* Fixing issues
* Fixing issues
|
4 年前 |
GitHub
|
cb8e4d25
|
Add ActionSpec (#4586)
Co-authored-by: Ervin T <ervin@unity3d.com>
|
4 年前 |
Andrew Cohen
|
590adc01
|
make_fake_trajectory/step take ActionSpec arg
|
4 年前 |
GitHub
|
b853e5ba
|
Action buffer (#4612)
Co-authored-by: Ervin T <ervin@unity3d.com>
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
|
4 年前 |
GitHub
|
3c96a3a2
|
Action Model (#4580)
Co-authored-by: Ervin T <ervin@unity3d.com>
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
|
4 年前 |
Andrew Cohen
|
0e28dd8f
|
add static method to create continuous/discrete
|
4 年前 |
vincentpierre
|
b863af57
|
Removing TensorFlow Trainers
|
4 年前 |
vincentpierre
|
7a5cc9ec
|
Merge master into develop-rm-tf
|
4 年前 |
vincentpierre
|
8cb050ef
|
WIP Made initial changes to enale dimension properties and added attention module
|
4 年前 |
vincentpierre
|
719c969c
|
addressing comments. ObservationSpec is no longer a list
|
4 年前 |
vincentpierre
|
4bba4e8e
|
Renaming ObservationSpec to SensorSpec
|
4 年前 |
vincentpierre
|
449712b0
|
renaming sensor_spec to sensor_specS
|
4 年前 |
GitHub
|
7387a77f
|
remove pylint (#4836)
* remove pylint
* remove other pylint disables
|
4 年前 |
Andrew Cohen
|
22f42f5b
|
fix torch test ppo
|
4 年前 |
Arthur Juliani
|
0a876b9c
|
Fix typos
|
4 年前 |
Arthur Juliani
|
e3de0406
|
Plurals
|
4 年前 |
GitHub
|
67ad9651
|
Merge pull request #4825 from Unity-Technologies/sensor-types
[WIP] Observation Types
|
4 年前 |
GitHub
|
64fc7f43
|
Buffer key enums (#4907)
|
4 年前 |
Ervin Teng
|
40f51774
|
Fix PPO tests
|
4 年前 |
GitHub
|
f16ce486
|
Update v2-staging from main (March 15) (#5123)
|
4 年前 |
Ervin Teng
|
c108da4a
|
[bug-fix] Fix POCA LSTM, pad sequences in the back (#5206)
* Pad buffer at the end
* Fix padding in optimizer value estimate
* Fix additional bugs and POCA
* Fix groupmate obs, add tests
* Update changelog
* Improve tests
* Address comments
* Fix poca test
* Fix buffer test
* Increase entropy for Hallway
* Add EOF newline
* Fix Behavior Name
* Address comments
(cherry picked from commit 2ce6810846ba9268e4fb5fb082fa54e90414c980)
|
4 年前 |
Ervin Teng
|
c05ec9af
|
Fix groupmate obs, add tests
|
4 年前 |