1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-13 14:46:38 -04:00
Commit graph

9 commits

Author SHA1 Message Date
kourosh hakhamaneshi
3815e52a61
[RLlib] Agents to algos: DQN w/o Apex and R2D2, DDPG/TD3, SAC, SlateQ, QMIX, PG, Bandits () 2022-05-19 18:30:42 +02:00
Balaji Veeramani
7f1bacc7dc
[CI] Format Python code with Black ()
See  and  for the motivation behind these changes.
2022-01-29 18:41:57 -08:00
Sven Mika
d9f1874e34
[RLlib] Minor fixes (torch GPU bugs + some cleanup). () 2020-10-27 10:00:24 +01:00
Sven Mika
a6a94d3206
[RLlib] Fix test_env_with_subprocess.py. () 2020-10-13 12:42:20 -07:00
Sven Mika
25c0974543
[RLlib] Issue 8412 (Adam vars not stored in ModelV2). () 2020-06-05 21:07:02 +02:00
Sven Mika
2746fc0476
[RLlib] Auto-framework, retire use_pytorch in favor of framework=... () 2020-05-27 16:19:13 +02:00
Sven Mika
20ef4a8603
[RLlib] Cleanup/unify all test cases. () 2020-03-11 20:39:47 -07:00
Sven
60d4d5e1aa Remove future imports ()
* Remove all __future__ imports from RLlib.

* Remove (object) again from tf_run_builder.py::TFRunBuilder.

* Fix 2xLINT warnings.

* Fix broken appo_policy import (must be appo_tf_policy)

* Remove future imports from all other ray files (not just RLlib).

* Remove future imports from all other ray files (not just RLlib).

* Remove future import blocks that contain `unicode_literals` as well.
Revert appo_tf_policy.py to appo_policy.py (belongs to another PR).

* Add two empty lines before Schedule class.

* Put back __future__ imports into determine_tests_to_run.py. Fails otherwise on a py2/print related error.
2020-01-09 00:15:48 -08:00
Eric Liang
5d7afe8092
[rllib] Try moving RLlib to top level dir () 2019-08-05 23:25:49 -07:00
Renamed from python/ray/rllib/tests/test_local.py (Browse further)