minerllabs / minerl

MineRL Competition for Sample Efficient Reinforcement Learning - Python Package
http://minerl.io/docs/
Other
711 stars 153 forks source link

get_state and set_state #657

Open verbose-void opened 2 years ago

verbose-void commented 2 years ago

does the python API interact at all with the world files? i'd like to expose an API method that lets you save and load world files.

Miffyli commented 2 years ago

Hey, there is no support for interacting with the world files in Python currently, and atm not planned. It would be a nice feature to have, though, if someone wants to look into it :)

verbose-void commented 2 years ago

Hey, there is no support for interacting with the world files in Python currently, and atm not planned. It would be a nice feature to have, though, if someone wants to look into it :)

i tried looking into it and there doesn't seem to be a straight forward way 🥲, maybe after the competition i can do it