Meta-Reinforcement Learning
blog.floydhub.com
Meta-Reinforcement Learning
1–9 of 9 posts
Re: Meta-Reinforcement Learning
#2Re: Meta-Reinforcement Learning
#3Re: Meta-Reinforcement Learning
#4we already know that deep RL is sample inefficient... is meta-RL really useful for something not trivial? This seems rather silly.
It doesn't mean that meta-RL won't scale up with more computation (see http://www.incompleteideas.net/IncIdeas/BitterLesson.html).
Re: Meta-Reinforcement Learning
#5Any example for real world application?
Re: Meta-Reinforcement Learning
#6Re: Meta-Reinforcement Learning
#7I can’t come up with real world examples where the behavior of the reward function is changing like this to warrant making different decisions based on a previous reward.
Re: Meta-Reinforcement Learning
#8This seems to be a contextual bandit where the previous reward is included in the context. I can’t come up with real world examples where the behavior of the reward function is changing like this to warrant making different decisions based on a previous reward.
The goal here is to reward the agent for the search strategy they employed to arrive at their answer, not the quality of the answer itself.
One possible use case (directly related to their example with multi-armed bandits, possibly learnt by a contextual bandit but requires a good deal more modeling) could be retail pricing, where different categories of products have drastically different demand curves. A meta-algorithm has the promise of generalizing better and rapidly arriving at the optimal pricing across a wide range of similar price curves.
Re: Meta-Reinforcement Learning
#9I don't reall yget the point of your article ? You seem quite dogmatic and don't even discuss other hypotheses.