mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00

* Add PG torch regression test to tuned_examples/regression_tests dir. * Rename cartpole-pg.yaml into cartpole-pg-tf.yaml * cartpole-pg-tf.yaml: Change cartpole-pg name of tuned_example to cartpole-pg-tf.
9 lines
188 B
YAML
9 lines
188 B
YAML
cartpole-pg-torch:
|
|
env: CartPole-v0
|
|
run: PG
|
|
stop:
|
|
episode_reward_mean: 150
|
|
timesteps_total: 100000
|
|
config:
|
|
num_workers: 0
|
|
use_pytorch: true
|