Hi there,
I’m trying to use the actor–critic framework to learn a policy in my custom environment, and I was wondering whether there is any example code for using a shared-head actor–critic architecture. I’m currently using the ActorCriticCNN class, but it seems that it does not support a shared head. Do I need to manually modify this base class to implement a shared-head structure?
Thanks,
Bourne