Skip to content
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

add selfplay strategy #182

Merged
merged 5 commits into from
Aug 4, 2023
Merged

add selfplay strategy #182

merged 5 commits into from
Aug 4, 2023

Conversation

huangshiyu13
Copy link
Member

@huangshiyu13 huangshiyu13 commented Aug 4, 2023

Description

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have ensured make test pass (required).
  • I have checked the code using make format (required).

@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Merging #182 (c2f80c1) into main (8de57fe) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is 0.00%.

❗ Current head c2f80c1 differs from pull request most recent head 2d2f4a0. Consider uploading reports for the commit 2d2f4a0 to get more accurate results

@@          Coverage Diff          @@
##            main    #182   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        219     223    +4     
  Lines      12544   12620   +76     
=====================================
- Misses     12544   12620   +76     
Flag Coverage Δ
unittests 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
openrl/__init__.py 0.00% <0.00%> (ø)
openrl/selfplay/callbacks/selfplay_api.py 0.00% <0.00%> (ø)
openrl/selfplay/sample_strategy/__init__.py 0.00% <0.00%> (ø)
...l/selfplay/sample_strategy/base_sample_strategy.py 0.00% <0.00%> (ø)
openrl/selfplay/sample_strategy/last_opponent.py 0.00% <0.00%> (ø)
openrl/selfplay/sample_strategy/random_opponent.py 0.00% <0.00%> (ø)
openrl/selfplay/selfplay_api/base_api.py 0.00% <0.00%> (ø)
openrl/selfplay/selfplay_api/selfplay_api.py 0.00% <0.00%> (ø)
openrl/selfplay/selfplay_api/selfplay_client.py 0.00% <0.00%> (ø)
openrl/utils/callbacks/callbacks_factory.py 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@huangshiyu13 huangshiyu13 merged commit e774a9e into OpenRL-Lab:main Aug 4, 2023
@huangshiyu13 huangshiyu13 mentioned this pull request Aug 4, 2023
74 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant