You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing of your work! I am very interested in the dota2-replay-parser section of this repo. But I met some problem when running the replay-parser code at this time, probably because some recent changes in the .dem files. I am trying to debug it by my own and hope to get some help.
I saw you extract some Player Orders' Info from DOTA_UM_SpectatorPlayerUnitOrders packet as supervised data. I am curious about how did you know Players Orders is in this packet and the correct to parse it? Is there any development documentation on these information?
Any help will be very appreciated!
The text was updated successfully, but these errors were encountered:
Thank you for sharing of your work! I am very interested in the dota2-replay-parser section of this repo. But I met some problem when running the replay-parser code at this time, probably because some recent changes in the .dem files. I am trying to debug it by my own and hope to get some help.
data.json
in thedota2_replay
folder? It seems some items in it is not up-to-date. https://github.com/kimbring2/MOBA_RL/blob/658652ff8642004a992dcbb29649a45caf349d18/dota2_replay/data.jsonDOTA_UM_SpectatorPlayerUnitOrders
packet as supervised data. I am curious about how did you know Players Orders is in this packet and the correct to parse it? Is there any development documentation on these information?Any help will be very appreciated!
The text was updated successfully, but these errors were encountered: