Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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(pu): add UniZero algo. and related configs/utils/envs/models #232
feature(pu): add UniZero algo. and related configs/utils/envs/models #232
Changes from 174 commits
36f69d0
344f9f6
f922cfb
6e436c5
e0c2b95
fc913c9
8779039
a20deba
641680c
36adc43
e39d421
80f2239
3cad2f2
12d4174
03dc66f
26b6255
fd85f4d
30e7882
ff6419f
19c673f
91d2e63
18a5e7b
8a6da1d
20f7c4c
8a1c418
7be1c32
fa2263e
1c1c745
a22cc88
6c21c0f
08cc4f9
4d6d84a
af15791
fe4693e
d681fdf
6907276
06ac85f
4604be1
31efa2f
f8d88e6
c13fea7
01c8385
a538a80
d5a94a1
1dcbfec
51b80e6
24865ef
e9a930e
a004364
b30051b
2c238e3
ace1d83
2562d38
67465a6
24c975e
4f9b711
655b045
7a149d5
7f80343
0ad129e
6eca8f7
97cf1d2
6612e64
9b50bbb
e30e25e
01737ba
913cbad
b3b48c0
9f5b941
d9ed770
2062920
a3db9fd
84a7ca3
0beff7c
346ff2d
2096256
c9cc588
32aaf2a
a7d5d21
e809cd5
5fc7a69
7ee4e1d
612aa19
1c13700
f333b22
8354885
6b594f3
b4c04ca
f448f6d
f15c85a
670cfa3
eb850d2
bf26548
735f44d
c3031b0
950639a
ec7fa19
aabaa0d
37b9a76
9ecd46a
29fe1e0
2bd1f80
ea59840
cb824c0
9644bdf
d500c2c
906856b
4255702
f5a928e
5e3bd98
c0ff6df
a343458
74356a0
5fa006c
b7cd384
cbb3d2c
2d362ff
6f99cef
51af708
aab5d8f
ccbe071
f05516c
1af5f92
dfc47e1
b8ae3b8
3509e4e
3da1042
fd3f7a5
3a44e8a
4168d9f
959959e
8f1e079
c31c43d
9c5b647
29ebad5
8e779d4
bd058c0
431c8cc
6da6785
e4aa0dd
fca75f3
fc49cae
5a67892
8d89d7f
e507b1b
dd60665
55c1a64
7a09c6f
ca0b633
d79cf79
6373b36
e50c357
17ea7ce
e15dcea
3eb00e5
68a16b7
7fb3cb8
c60073e
890742a
b93cf42
17c0cd8
f3d7369
563a183
4c90207
d4eab1e
6d366e8
d5e958b
428379c
7305526
1dd01c7
ee905fb
3ce2fb5
d8c5649
f908378
9813ce4
fb9594a
79a4567
d97128f
7b08a5e
9d739e8
c957a2d
63507b1
c1e0228
3882296
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
move these part to the
__del__
method of world_modelThere 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.
因为是每个train epoch都需要调用一次,因为我在unizero中新建了一个recompute_pos_emb_diff_and_clear_cache() methid哈