Meta-RL
Meta-RL copied to clipboard
Implementation of Meta-RL A3C algorithm
Hi, thank you for the code! do you know of any similar implementation of meta rl using tensorflow 2?
Hello and happy 2020! I am trying to run A3C-Meta-Bandit and run into the error below. All the cells are running fine, except for the final cell of the python...
Hi awjuliani, I have enjoyed reading your excellent examples. I tried to modify your code of A3C-Meta-Grid to solve CartPole problem, but it did not work. Even when I remove...
Hello, I have question. If I use n-step to updated episode-buffer which will work better? I thinks off-policy will work better than on-policy. sorry I haven't understand meta-learning, I just...