CPC weights not part of optimizer
Opened this issue · 0 comments
kinalmehta commented
Thank you for a clean implementation of CPC in RL.
One of the query I have is as below:
As you can see in the blow link, the optimizer is only given the weights of the actor-critic model and not the Wk_state
. Is this normal or something is missing here?
Contrastive-Predictive-Coding-in-RL/core/algorithms/a2c_acktr.py
Lines 27 to 31 in 1d4c102
Contrastive-Predictive-Coding-in-RL/core/algorithms/cpc_a2c.py
Lines 28 to 31 in 1d4c102
Thanks
Kinal