sotopia-lab / sotopia

Sotopia: an Open-ended Social Learning Environment (ICLR 2024 spotlight)
https://docs.sotopia.world
MIT License
148 stars 19 forks source link

[BUG]: Need to update sotopia episode data #47

Closed lwaekfjlk closed 5 months ago

lwaekfjlk commented 5 months ago

Description of the bug

The serialization output has rewards in the jsonlines. However, in the released huggingface dataset, it does not have reward attributes.

Steps To Reproduce

https://huggingface.co/datasets/cmu-lti/sotopia/tree/main No rewards

Additional Information

No response

lwaekfjlk commented 5 months ago

Also, I think we can serialize all of our sotopia-pi data from the database use this part of serialization code. @ruiyiw @sharonwx54

sharonwx54 commented 5 months ago

will fix it soon.

lwaekfjlk commented 5 months ago

@sharonwx54 I think I am pointing to sotopia not sotopia-pi data. Both needs to be updated.

sharonwx54 commented 5 months ago

@sharonwx54 I think I am pointing to sotopia not sotopia-pi data. Both needs to be updated.

Yes, I did upload latest data with rewards for both. They are in separate PR under sotopia and sotopia-pi.

lwaekfjlk commented 5 months ago

nice~