Meta-RL icon indicating copy to clipboard operation
Meta-RL copied to clipboard

Implementation of Meta-RL A3C algorithm

Results 4 Meta-RL issues
Sort by recently updated
recently updated
newest added

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...