Spaces:
Sleeping
Sleeping
File size: 251 Bytes
16038fc | 1 2 3 4 5 6 7 8 9 10 11 | # Basic RL training config (requires PyYAML: pip install pyyaml)
task_id: ecommerce_mobile
n_episodes: 50
agent: heuristic
base_url: http://localhost:8000
max_steps_per_episode: 18
log_dir: logs
log_interval: 10
seed: null
output_dir: training_output
|