minor tweak to benchmark runner helper

This commit is contained in:
Jie Tang
2016-10-17 15:54:04 -07:00
parent 6e0f83e9d5
commit d35c2f0480

View File

@@ -56,8 +56,7 @@ def main():
logger.info("""Done running, upload results using the following command:
import gym
gym.upload("{}", benchmark_id="{}")
python -c "import gym; gym.upload('{}', benchmark_id='{}')"
""".rstrip().format(args.training_dir, benchmark_id))