[RLlib] Fix most remaining RLlib algos for running with trajectory view API. (#12366)

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* WIP.

* LINT and fixes.
MB-MPO and MAML not working yet.

* wip

* update

* update

* rmeove

* remove dep

* higher

* Update requirements_rllib.txt

* Update requirements_rllib.txt

* relpos

* no mbmpo

Co-authored-by: Eric Liang <ekhliang@gmail.com>
This commit is contained in:
Sven Mika
2020-12-02 02:41:10 +01:00
committed by GitHub
parent 4dc16730a7
commit 19c8033df2
23 changed files with 75 additions and 55 deletions
+1
View File
@@ -5,6 +5,7 @@ torch>=1.6.0
# Version requirement to match Tune
torchvision>=0.6.0
smart_open
# For testing in MuJoCo-like envs (in PyBullet).
pybullet
# For tests on PettingZoo's multi-agent envs.