awjuliani/DeepRL-Agents

A3C Doom: execute agent

drsagitn opened this issue · 1 comments

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?

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