File size: 316 Bytes
62e03a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
general_cfg:
algo_name: VI
device: cpu
env_name: theAlley
eval_eps: 10
eval_per_episode: 5
load_checkpoint: true
load_path: Train_theAlley_VI_20221122-215228
max_steps: 200
mode: test
save_fig: true
seed: 1
show_fig: false
test_eps: 10
train_eps: 100
algo_cfg:
gamma: 0.95
lr: 0.0001
|