ManifoldRG / MultiNet

MIT License
10 stars 1 forks source link

Populate environment descriptions for prompt framework of GPT #176

Closed pranavguru closed 14 hours ago

pranavguru commented 1 week ago

Programmatically populate the environment descriptions in definitions/openx.py using the text observations in the OpenX datasets

devjwsong commented 1 week ago

I think the current way to populate the environment definitions is too extensive. I'm modifying _process_batch function in OpenXModule to use the shared or default definitions if any definitions on an environment have not been specified.

devjwsong commented 1 day ago

https://github.com/ManifoldRG/MultiNet/pull/184