NeuralMMO / environment

Neural MMO - A Massively Multiagent Environment for Artificial Intelligence Research
https://neuralmmo.github.io
MIT License
508 stars 67 forks source link

Compress the replay with lzma instead of lz4 #59

Closed zhm9484 closed 2 years ago

zhm9484 commented 2 years ago

lzma + json has better compress ratio, and compatible with other languages.