mirror of
https://github.com/facebookresearch/ReAgent.git
synced 2026-05-17 12:40:39 +00:00
358232bd8f
Summary: Pull Request resolved: https://github.com/facebookresearch/Horizon/pull/42 Reviewed By: kittipatv Differential Revision: D10440812 Pulled By: MisterTea fbshipit-source-id: bb1f5960f67d6bb9c96dd118810cdb4a57666750
7 lines
247 B
Bash
Executable File
7 lines
247 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
|
|
|
|
mkdir cartpole_discrete
|
|
|
|
python ml/rl/test/gym/run_gym.py -p ml/rl/test/gym/discrete_dqn_cartpole_v0_100_eps.json -f cartpole_discrete/training_data.json
|