DeepRL-Agents icon indicating copy to clipboard operation
DeepRL-Agents copied to clipboard

A3C Doom: execute agent

Open drsagitn opened this issue 8 years ago • 1 comments
trafficstars

Hi,

Sorry for stupid question I've done training process. Now I'm looking for execute the agent to play the Doom game but didn't see that piece of code. Could you please show me how to make it run?

drsagitn avatar Sep 27 '17 02:09 drsagitn

You can see the record_episodes.py in VizDoom example, https://github.com/mwydmuch/ViZDoom/blob/master/examples/python/record_episodes.py

it will show how to record the episode and replay it

kbehouse avatar Oct 07 '17 03:10 kbehouse