ray/rllib/tuned_examples/dqn/cartpole-dqn.yaml

13 lines
298 B
YAML

cartpole-dqn:
env: CartPole-v0
run: DQN
stop:
episode_reward_mean: 150
timesteps_total: 100000
config:
# Works for both torch and tf.
framework: tf
model:
fcnet_hiddens: [64]
fcnet_activation: linear
n_step: 3