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
dab0733b
Commit
dab0733b
authored
Jun 09, 2024
by
sbl1996@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
831e92ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/cleanba.py
scripts/cleanba.py
+2
-2
No files found.
scripts/cleanba.py
View file @
dab0733b
...
@@ -752,13 +752,13 @@ def main():
...
@@ -752,13 +752,13 @@ def main():
# TODO: TD(lambda) for multi-step
# TODO: TD(lambda) for multi-step
ratios_
=
reshape_time_series
(
ratios
)
ratios_
=
reshape_time_series
(
ratios
)
if
args
.
value
==
"gae"
:
if
args
.
value
==
"gae"
:
if
not
args
.
sep_value
:
if
args
.
sep_value
:
raise
NotImplementedError
raise
NotImplementedError
target_values
,
advantages
=
truncated_gae
(
target_values
,
advantages
=
truncated_gae
(
next_value
,
new_values_
,
rewards
,
next_dones
,
switch_or_mains
,
next_value
,
new_values_
,
rewards
,
next_dones
,
switch_or_mains
,
args
.
gamma
,
args
.
gae_lambda
,
args
.
upgo
)
args
.
gamma
,
args
.
gae_lambda
,
args
.
upgo
)
else
:
else
:
vtrace_fn
=
vtrace
if
args
.
sep_value
else
vtrace_2p0s
vtrace_fn
=
vtrace
_2p0s
if
args
.
sep_value
else
vtrace
target_values
,
advantages
=
vtrace_fn
(
target_values
,
advantages
=
vtrace_fn
(
next_value
,
ratios_
,
new_values_
,
rewards
,
next_dones
,
switch_or_mains
,
args
.
gamma
,
next_value
,
ratios_
,
new_values_
,
rewards
,
next_dones
,
switch_or_mains
,
args
.
gamma
,
args
.
rho_clip_min
,
args
.
rho_clip_max
,
args
.
c_clip_min
,
args
.
c_clip_max
)
args
.
rho_clip_min
,
args
.
rho_clip_max
,
args
.
c_clip_min
,
args
.
c_clip_max
)
...
...
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