-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(whl):add trex example #380
Conversation
@@ -20,9 +20,11 @@ | |||
checkpoint_step=100, | |||
learning_rate=1e-5, | |||
update_per_collect=1, | |||
num_trajs=6, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we assign num_trajs=6?
|
||
|
||
if __name__ == "__main__": | ||
main() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not forget to solve the unittest issue
Codecov Report
@@ Coverage Diff @@
## main #380 +/- ##
==========================================
- Coverage 85.91% 85.55% -0.37%
==========================================
Files 524 524
Lines 41571 41108 -463
==========================================
- Hits 35717 35169 -548
- Misses 5854 5939 +85
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Description
Related Issue
TODO
Check List