mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-20 05:52:03 +00:00
minor tweak to benchmark runner helper
This commit is contained in:
@@ -56,8 +56,7 @@ def main():
|
|||||||
|
|
||||||
logger.info("""Done running, upload results using the following command:
|
logger.info("""Done running, upload results using the following command:
|
||||||
|
|
||||||
import gym
|
python -c "import gym; gym.upload('{}', benchmark_id='{}')"
|
||||||
gym.upload("{}", benchmark_id="{}")
|
|
||||||
|
|
||||||
""".rstrip().format(args.training_dir, benchmark_id))
|
""".rstrip().format(args.training_dir, benchmark_id))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user