ray/rllib/agents
Michael Luo cf0894d396
[rllib] MAML Agent (#8862)
* Halfway done with transferring MAML to new Ray

* MAML Beta Out

* Debugging MAML atm

* Distributed Execution

* Pendulum Mass Working

* All experiments complete

* Cleaned up codebase

* Travis CI

* Travis CI

* Tests

* Merged conflicts

* Fixed variance bug conflict

* Comment resolved

* Apply suggestions from code review

fixed test_maml

* Update rllib/agents/maml/tests/test_maml.py

* asdf

* Fix testing

Co-authored-by: Sven Mika <sven@anyscale.io>
2020-06-23 09:48:23 -07:00
..
a3c [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
ars [RLlib] Add testing Policy.compute_single_action() for all agents. (#8903) 2020-06-13 17:51:50 +02:00
ddpg [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
dqn [rllib] Add type annotations for evaluation/, env/ packages (#9003) 2020-06-19 13:09:05 -07:00
dyna [RLlib] Prototype of a DynaTrainer (for env dynamics learning in upcoming MBMPO algo). (#8860) 2020-06-16 09:01:20 +02:00
es [RLlib] Add testing Policy.compute_single_action() for all agents. (#8903) 2020-06-13 17:51:50 +02:00
impala [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
maml [rllib] MAML Agent (#8862) 2020-06-23 09:48:23 -07:00
marwil [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
pg [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
ppo [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
qmix [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
sac [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
agent.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
callbacks.py [rllib] Add type annotations for evaluation/, env/ packages (#9003) 2020-06-19 13:09:05 -07:00
mock.py [RLlib] Fix broken tune tests in master due to framework=auto errors. (#8672) 2020-05-29 11:55:47 +02:00
registry.py [rllib] MAML Agent (#8862) 2020-06-23 09:48:23 -07:00
trainer.py [rllib] Add type annotations for evaluation/, env/ packages (#9003) 2020-06-19 13:09:05 -07:00
trainer_template.py [rllib] Add type annotations for evaluation/, env/ packages (#9003) 2020-06-19 13:09:05 -07:00