mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-18 04:49:12 +00:00
redo black
This commit is contained in:
@@ -17,9 +17,7 @@ class RandomAgent(object):
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(description=None)
|
||||
parser.add_argument(
|
||||
"env_id", nargs="?", default="CartPole-v0", help="Select the environment to run"
|
||||
)
|
||||
parser.add_argument("env_id", nargs="?", default="CartPole-v0", help="Select the environment to run")
|
||||
args = parser.parse_args()
|
||||
|
||||
# You can set the level to logger.DEBUG or logger.WARN if you
|
||||
|
Reference in New Issue
Block a user