GitHub
69579611
[refactor] Refactor Actor and Critic classes ( #4287 )
4 年前
GitHub
17f03980
[bug-fix] Fix non-LSTM SeparateActorCritic ( #4306 )
4 年前
GitHub
5bcbef8d
[tests] Add tests for core PyTorch files ( #4292 )
4 年前
GitHub
93517833
[feature] Fix TF tests, add --torch CLI option, allow run TF without torch installed ( #4305 )
4 年前
GitHub
b4749b31
Test fixes on add-fire ( #4317 )
4 年前
Ervin Teng
a172fb46
Halve entropy
4 年前
Ervin Teng
b2872adf
Merge branch 'develop-add-fire' into develop-add-fire-halfentropy
4 年前
Andrew Cohen
6df8d32c
Merge branch 'develop-add-fire' into develop-add-fire-bc
4 年前
GitHub
69d29b86
[add-fire] Halve Gaussian entropy ( #4319 )
* Halve entropy
* Fix utils test
4 年前
Ervin Teng
50a7e952
Fix utils test
4 年前
GitHub
3a982317
[add-fire] Add learning rate and beta/epsilon decay to PyTorch ( #4318 )
4 年前
GitHub
7ddfd81f
Added Reward Providers for Torch ( #4280 )
* Added Reward Providers for Torch
* Use NetworkBody to encode state in the reward providers
* Integrating the reward prodiders with ppo and torch
* work in progress, integration with PPO. Not training properly Pyramids at the moment
* Integration in PPO
* Removing duplicate file
* Gail and Curiosity working
* addressing comments
* Enfore float32 for tests
* enfore np.float32 in buffer
4 年前
Andrew Cohen
bf8b2328
Merge branch 'develop-add-fire' into develop-add-fire-bc
4 年前
GitHub
36613cad
[add-fire] Fix CategoricalDistInstance test and replace `range` with `arange` ( #4327 )
4 年前
Ervin Teng
6b29a4c9
Fix test and replace range with arange
4 年前
GitHub
6b193d03
Develop add fire layers ( #4321 )
* Layer initialization + swish as a layer
* integrating with the existing layers
* fixing tests
* setting the seed for a test
* Using swish and fixing tests
4 年前
Ervin Teng
5bf72236
Fix util test
4 年前
Ervin Teng
cded4c6c
Fix SeparateActorCritic and add test
4 年前
Ervin Teng
4ebccf97
Merge branch 'develop-add-fire' into develop-add-fire-sac-lst
4 年前
Andrew Cohen
598826fe
Merge branch 'develop-add-fire' into develop-add-fire-bc
4 年前
Ruo-Ping Dong
d3eb6c46
Merge branch 'develop-add-fire' into develop-add-fire-checkpoint
4 年前
Andrew Cohen
ae2c83e2
added torch bc tests
4 年前
GitHub
6b255790
Behavioral Cloning Pytorch ( #4293 )
4 年前
GitHub
f374f87a
[add-fire] Add LSTM to SAC, LSTM fixes and initializations ( #4324 )
4 年前
Andrew Cohen
c25ddc5d
fix tests
4 年前
Andrew Cohen
0a7444f9
revert bc default batch/epoch
4 年前
Andrew Cohen
9f25f53b
fix default bc test
4 年前
Ervin Teng
69bae3cc
Add test for lstm layer
4 年前
Ruo-Ping Dong
59cc1a9f
Merge branch 'develop-add-fire' into develop-add-fire-checkpoint
4 年前
Ruo-Ping Dong
409a161c
fix bc tests
4 年前
Ervin Teng
13f15086
Merge branch 'develop-add-fire' into develop-add-fire-amrl
4 年前
Ervin Teng
d56e53bb
Fix LSTM tests
4 年前
Ervin Teng
a88d3581
Fix and test for masked_mean
4 年前
GitHub
bd6bcd2f
Merge master and add Saver class for save/load checkpoints
4 年前
Ervin Teng
d218bf4d
Merge branch 'develop-add-fire' into develop-add-fire-sac-lst
4 年前
GitHub
6de31a03
[add-fire] Fix masked mean for 2d tensors ( #4364 )
4 年前
Ervin Teng
5c1717d1
Bugfixes for continuous case
4 年前
Ervin Teng
42e25b25
Merge branch 'develop-add-fire' into develop-add-fire-memoryclass
4 年前
Ervin Teng
6e946dba
Policy bugfixes and policy tests
4 年前
GitHub
03eac72c
[add-fire] Add tests and fix issues with Policy ( #4372 )
4 年前
Andrew Cohen
a65d08c7
ghost trainer tests
4 年前
GitHub
49545ce1
Pytorch ghost trainer ( #4370 )
4 年前
Ervin Teng
020ce8ad
Remove some unneeded stuff
4 年前
GitHub
6a1d993f
[add-fire] Memory class abstraction ( #4375 )
4 年前
Andrew Cohen
af7d3800
add test_simple_rl tests to torch
4 年前
Andrew Cohen
39bca7d2
fix tf ghost tests
4 年前
Ervin Teng
554ca0b9
Fix test typing
4 年前
GitHub
2332bc32
Add fire to test_simple_rl.py ( #4378 )
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
Co-authored-by: Ervin T <ervin@unity3d.com>
4 年前
Andrew Cohen
d1c0f217
revert tests
4 年前
Ervin Teng
b107a8d5
Fix network tests
4 年前
Ervin Teng
a04e68a4
Merge branch 'develop-add-fire' into develop-add-fire-memoryclass
4 年前
Ervin Teng
d63aacd0
Cleanup, add test
4 年前
Ervin Teng
8ff8c401
Merge branch 'develop-add-fire' into develop-add-fire-export
4 年前
Ruo-Ping Dong
6ae17cd0
fix test
4 年前
GitHub
347bde3d
Fix export
4 年前