TeaPearce / Counter-Strike_Behavioural_Cloning

IEEE CoG & NeurIPS workshop paper 'Counter-Strike Deathmatch with Large-Scale Behavioural Cloning'
343 stars 45 forks source link

Guns are cool but what about swords? #20

Open nullonesix opened 3 months ago

nullonesix commented 3 months ago

i tried running this CSGO agent on Jedi Academy:

https://www.youtube.com/watch?v=kJIfxGQu4EA

i was hoping to finetune it on Jedi Academy data but the data gathering code is somewhat CSGO specific (unlike the agent code)

can i get any advice on how to modify the data gathering scripts to make this work?

i tried running them and replaced the csgo dll with the ejk dll

# if(tmp.name=="client.dll"):
if tmp.name.lower() == "rd-eternaljk_x86.dll":

but then it hangs in the main loop after 1 iteration

found client.dll
No more items in the iterator.
starting loop, press q to quit...
[]

not sure why, but there's a bunch of csgo specific stuff in the main loop of the data gathering scripts

any help would be highly appreciated