mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
13 lines
298 B
YAML
13 lines
298 B
YAML
cartpole-dqn:
|
|
env: CartPole-v0
|
|
run: DQN
|
|
stop:
|
|
episode_reward_mean: 100
|
|
timesteps_total: 100000
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
model:
|
|
fcnet_hiddens: [64]
|
|
fcnet_activation: linear
|
|
n_step: 3
|