Skip to content

Commit

Permalink
[RLlib][RLModule] Disabled RLModule API on cartpole_ppo_fake_gpu test…
Browse files Browse the repository at this point in the history
…s becauase of LSTMs (ray-project#33728)

Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
Signed-off-by: Jack He <[email protected]>
  • Loading branch information
kouroshHakha authored and ProjectsByJackHe committed May 4, 2023
1 parent eabe17a commit 181991d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rllib/tuned_examples/ppo/cartpole-ppo-fake-gpus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ cartpole-ppo-fake-gpus:
# Fake 2 GPUs.
num_gpus: 2
_fake_gpus: true
# TODO (Kourosh): Enable RLModule once LSTM is supported
_enable_rl_module_api: false
_enable_learner_api: false

0 comments on commit 181991d

Please sign in to comment.