Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygo-agent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Biluo Shen
ygo-agent
Commits
b55996bf
Commit
b55996bf
authored
May 21, 2024
by
sbl1996@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1 as default env
parent
4a0590bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
scripts/battle.py
scripts/battle.py
+1
-1
scripts/cleanba.py
scripts/cleanba.py
+1
-1
scripts/eval.py
scripts/eval.py
+1
-1
No files found.
scripts/battle.py
View file @
b55996bf
...
...
@@ -26,7 +26,7 @@ class Args:
seed
:
int
=
1
"""the random seed"""
env_id
:
str
=
"YGOPro-v
0
"
env_id
:
str
=
"YGOPro-v
1
"
"""the id of the environment"""
deck
:
str
=
"../assets/deck"
"""the deck file to use"""
...
...
scripts/cleanba.py
View file @
b55996bf
...
...
@@ -62,7 +62,7 @@ class Args:
"""the GCS bucket to save the model checkpoints"""
# Algorithm specific arguments
env_id
:
str
=
"YGOPro-v
0
"
env_id
:
str
=
"YGOPro-v
1
"
"""the id of the environment"""
deck
:
str
=
"../assets/deck"
"""the deck file to use"""
...
...
scripts/eval.py
View file @
b55996bf
...
...
@@ -19,7 +19,7 @@ class Args:
seed
:
int
=
1
"""the random seed"""
env_id
:
str
=
"YGOPro-v
0
"
env_id
:
str
=
"YGOPro-v
1
"
"""the id of the environment"""
deck
:
str
=
"../assets/deck"
"""the deck file to use"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment