1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-12 14:16:39 -04:00
Commit graph

19 commits

Author SHA1 Message Date
Sven Mika
96693055bd
[RLlib] More Trainer -> Algorithm renaming cleanups. () 2022-06-20 15:54:00 +02:00
Eric Liang
905258dbc1
Clean up docstyle in python modules and add LINT rule () 2022-06-01 11:27:54 -07:00
Eric Liang
55d039af32
Annotate datasources and add API annotation check script ()
Why are these changes needed?
Add API stability annotations for datasource classes, and add a linter to check all data classes have appropriate annotations.
2022-05-21 15:05:07 -07:00
Jun Gong
dea134a472
[RLlib] Clean up Policy mixins. () 2022-05-17 17:16:08 +02:00
Max Pumperla
60054995e6
[docs] fix doctests and activate CI () 2022-03-24 17:04:02 -07: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
e485aa846a
[RLlib; Docs overhaul] Overhaul of auto-API reference pages (via sphinx autoclass/automodule). () 2021-12-15 22:32:52 +01:00
Sven Mika
f82880eda1
Revert "Revert [RLlib] POC: Deprecate build_policy (policy template) for torch only; PPOTorchPolicy () ()" ()
This reverts commit 90dc5460d4.
2021-11-16 14:49:41 +01:00
Amog Kamsetty
90dc5460d4
Revert "[RLlib] POC: Deprecate build_policy (policy template) for torch only; PPOTorchPolicy ()" ()
This reverts commit 5b1c8e46e1.
2021-11-15 16:11:35 -08:00
Sven Mika
5b1c8e46e1
[RLlib] POC: Deprecate build_policy (policy template) for torch only; PPOTorchPolicy () 2021-11-15 10:41:54 +01:00
Sven Mika
0b308719f8
[RLlib; Docs overhaul] Docstring cleanup: rllib/utils () 2021-11-01 21:46:02 +01:00
Sven Mika
4888d7c9af
[RLlib] Replay buffers: Add config option to store contents in checkpoints. () 2021-08-31 12:21:49 +02:00
Julius Frost
9322f6aab5
[rllib] Fix classes decorated with @Deprecated to be classes instead of methods ()
* fix deprecated classes from being methods

* format
2021-08-10 18:25:31 -07:00
Sven Mika
5107d16ae5
[RLlib] Add @Deprecated decorator to simplify/unify deprecation of classes, methods, functions. () 2021-08-03 18:30:02 -04:00
Sumanth Ratna
14d8826e43
Fix overriden typo () 2020-10-07 19:11:07 -07:00
Sven Mika
805dad3bc4
[RLlib] SAC algo cleanup. () 2020-09-20 11:27:02 +02:00
Eric Liang
9a83908c46
[rllib] Deprecate policy optimizers () 2020-05-21 10:16:18 -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/utils/annotations.py (Browse further)