Commit b55996bf authored by sbl1996@126.com's avatar sbl1996@126.com

v1 as default env

parent 4a0590bd
......@@ -26,7 +26,7 @@ class Args:
seed: int = 1
"""the random seed"""
env_id: str = "YGOPro-v0"
env_id: str = "YGOPro-v1"
"""the id of the environment"""
deck: str = "../assets/deck"
"""the deck file to use"""
......
......@@ -62,7 +62,7 @@ class Args:
"""the GCS bucket to save the model checkpoints"""
# Algorithm specific arguments
env_id: str = "YGOPro-v0"
env_id: str = "YGOPro-v1"
"""the id of the environment"""
deck: str = "../assets/deck"
"""the deck file to use"""
......
......@@ -19,7 +19,7 @@ class Args:
seed: int = 1
"""the random seed"""
env_id: str = "YGOPro-v0"
env_id: str = "YGOPro-v1"
"""the id of the environment"""
deck: str = "../assets/deck"
"""the deck file to use"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment