awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
MIT License
2.23k stars 825 forks source link

A3C Doom: execute agent #51

Open drsagitn opened 6 years ago

drsagitn commented 6 years ago

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?

kbehouse commented 6 years ago

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