mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00

This PR adds an IMPALA PyTorch implementation. - adds compilation tests for LSTM and w/o LSTM. - adds learning test for CartPole.
9 lines
191 B
YAML
9 lines
191 B
YAML
cartpole-impala-tf:
|
|
env: CartPole-v0
|
|
run: IMPALA
|
|
stop:
|
|
episode_reward_mean: 150
|
|
timesteps_total: 500000
|
|
config:
|
|
use_pytorch: false
|
|
num_gpus: 0
|