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

v1 as default env

parent 4a0590bd
...@@ -26,7 +26,7 @@ class Args: ...@@ -26,7 +26,7 @@ class Args:
seed: int = 1 seed: int = 1
"""the random seed""" """the random seed"""
env_id: str = "YGOPro-v0" env_id: str = "YGOPro-v1"
"""the id of the environment""" """the id of the environment"""
deck: str = "../assets/deck" deck: str = "../assets/deck"
"""the deck file to use""" """the deck file to use"""
......
...@@ -62,7 +62,7 @@ class Args: ...@@ -62,7 +62,7 @@ class Args:
"""the GCS bucket to save the model checkpoints""" """the GCS bucket to save the model checkpoints"""
# Algorithm specific arguments # Algorithm specific arguments
env_id: str = "YGOPro-v0" env_id: str = "YGOPro-v1"
"""the id of the environment""" """the id of the environment"""
deck: str = "../assets/deck" deck: str = "../assets/deck"
"""the deck file to use""" """the deck file to use"""
......
...@@ -19,7 +19,7 @@ class Args: ...@@ -19,7 +19,7 @@ class Args:
seed: int = 1 seed: int = 1
"""the random seed""" """the random seed"""
env_id: str = "YGOPro-v0" env_id: str = "YGOPro-v1"
"""the id of the environment""" """the id of the environment"""
deck: str = "../assets/deck" deck: str = "../assets/deck"
"""the deck file to use""" """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