It's clear we're searching for the god algorithm of AI, just like physicists are searching for theory of everything. Are transformers the answer though?
Q-Transformer
31–40 of 74 posts
Re: Q-Transformer
#32Worth noting that this came from DeepMind in Sep-Oct of this year, so it's not related to OpenAI's "unfortunate" leak [0] of Q*. [0] https://www.theverge.com/2023/11/29/23982046/sam-altman-inte...
It's Noam Brown's (former Deep Mind) "I'm joining OpenAI" thread from Back in June, and he talks about how he wants to bring some of the work from AlphaGoZero etc into OpenAI's AGI architecture.
It looks like this Q-transformer work shares a lot of the same lineage of what Q* is supposed to be. This is Google's attempt at mushing Q-learning into transformer land, which is probably what Q* is as well. It's not the same thing, for sure, but they are at least sibling bodies of work.
Re: Q-Transformer
#33Being implemented as we speak, by the always impressive LucidRains [1] [1]: https://github.com/lucidrains/q-transformer
Re: Q-Transformer
#34It's clear we're searching for the god algorithm of AI, just like physicists are searching for theory of everything. Are transformers the answer though?
Re: Q-Transformer
#35Re: Q-Transformer
#36Re: Q-Transformer
#37Re: Q-Transformer
#38Just to be clear the "scalable" part here is assuming the dataset of human demonstrations is available it can in a closed loop learn better than before? In other words, am I right in understanding that the mapping from Abstract actions to concrete steps in the State space is provided at a low "enough" cost?
It feels like opening a drawer once learn't, the bot has a (world?) model of what all drawers might look like, so it can open different drawers in any world. But this might not generalize to web interfaces and more specifically, how to do those actions on those interfaces?
Not to take away from what this paper's scope and achievements.
Re: Q-Transformer
#39It's clear we're searching for the god algorithm of AI, just like physicists are searching for theory of everything. Are transformers the answer though?
It seems more likely that there will be multiple avenues to AGI, all with their strengths and weaknesses. But perhaps the "God AI" will be a multifaceted model composed of many different models acting in unison.
[0] https://en.wikipedia.org/wiki/Themes_in_A_Song_of_Ice_and_Fi...
Re: Q-Transformer
#40It's clear we're searching for the god algorithm of AI, just like physicists are searching for theory of everything. Are transformers the answer though?