Skip to content

Conversation

xiongjyu
Copy link
Collaborator

It supports using option=["qwen", "legacy"] to select qwen as the encoder/decoder or the original bge-encoder/t5-decoder

@puyuan1996 puyuan1996 added the enhancement New feature or request label Jul 27, 2025
@puyuan1996 puyuan1996 changed the title feature(xjy): Supports options for selecting encoder/decoder feature(xjy): add support for selectable encoder/decoder options for jericho's world model Jul 27, 2025
@puyuan1996 puyuan1996 added the research Research work in progress label Jul 29, 2025
collector_env_num: int = 4 # Number of collector environments
n_episode = int(collector_env_num*gpu_num)
batch_size = int(8*gpu_num)
batch_size = int(1*gpu_num)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jericho目前的实验都是用的这个config跑的吗?segment config那个有测试过收敛性吗

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

单任务的没有试过,但是之前多任务的跑segment不如当前这种

@puyuan1996 puyuan1996 merged commit 5c412bb into opendilab:main Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request research Research work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants