mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
[rllib] Include config dicts in the sphinx docs (#3064)
This commit is contained in:
@@ -19,10 +19,6 @@ ACTION_SPACES_TO_TEST = {
|
||||
Box(0.0, 1.0, (5, ), dtype=np.float32),
|
||||
Box(0.0, 1.0, (5, ), dtype=np.float32)
|
||||
]),
|
||||
"implicit_tuple": [
|
||||
Box(0.0, 1.0, (5, ), dtype=np.float32),
|
||||
Box(0.0, 1.0, (5, ), dtype=np.float32)
|
||||
],
|
||||
"mixed_tuple": Tuple(
|
||||
[Discrete(2),
|
||||
Discrete(3),
|
||||
|
||||
Reference in New Issue
Block a user