Hi,
I’ve worked through the Dopamine training guide and my model is currently training.
Thanks to the great resources provided, everything went smoothly even though I was working on a windows machine. I struggled a bit setting up port forwarding for tensorboard but this helped me do it through putty.
Once the model plateaus and I’m ready to use it in run.py, is there an implementation that was provided that will use the model to play the game or should we implement one ourselves?
I’ve taken a look at unity_lib.py provided in dopamine_otc.zip and that seems like the place I would start if I need to implement it myself, but I wanted to make sure I didn’t miss something before I started.
Thanks!