opendilab / GoBigger

[ICLR 2023] Come & try Decision-Intelligence version of "Agar"! Gobigger could also help you with multi-agent decision intelligence study.
https://gobigger.readthedocs.io/en/latest/
Apache License 2.0
457 stars 34 forks source link

add jump to frame #18

Closed mingzhang96 closed 2 years ago

mingzhang96 commented 2 years ago

Now you can save frame and resume it quickly!

user server.step(actions=actions, save_frame_full_path='./frame_test.pkl') to save the frame and use jump_to_frame_file ='', to load the frame!