Qingfeng Lan

Results 3 issues of Qingfeng Lan

Does your code replicate the results in Mogrifier LSTM paper?

| Catcher | DQN | DDQN | Averaged DQN | Maxmin DQN | | ---- | ---- | ---- | ---- | ---- | | lr | 0.0001 | 0.0001...

I want use `initial_state` in this way but get an error: AttributeError: 'Transformed' object has no attribute 'init_hidden_state' What is the best way to to this? ``` import haiku as...