HackerTrans
トップ新着トレンドコメント過去質問紹介求人

namedlambda

no profile record

コメント

namedlambda
·5 年前·議論
There is nothing fundamentally different between an infinite horizon game and reality.
namedlambda
·5 年前·議論
What is the difference between experiencing reality and a game?

The difference I can see is that there is no one explicit objective function, but this doesn't stop generally capable agents [1], and doesn't imply that inverse RL is not possible.

> The ability to play go very well doesn't enable an AGI to better understand reality.

I disagree, model based RL constructs a model of the agent's reality and can use it to plan ahead, train the agent, or do some form of monte-carlo tree search. The latter is something very similar to how we imagine and think about the future.

[1] https://deepmind.com/blog/article/generally-capable-agents-e...
namedlambda
·5 年前·議論
Yes, many streamers on Twitch, and content creators on YouTube have faced such accusations, some of them have been extensively harassed, to the point they even provided evince, medication signed by doctors out of desperation for the harassment to stop, needless to say in some cases it didn't.
namedlambda
·5 年前·議論
Everything in the above comment is wrong.

In AlphaZero for example, there were 44 million training games total for 700,000 steps of training for the full 9 hours.

Turning that to human-scale numbers, 44million games with on average 60 moves, at 1 second thinking time per move,

> 44000000*60/60/60/24/365 = 83,7138508371 years of training experience in 9 hours

The whole field of Reinforcement learning has agents training and playing games for many orders of magnitude more time than a human ever will. In-fact, we can scale this to over 100k of actions per second, in a single machine:

https://github.com/alex-petrenko/sample-factory

Then, there is also distributed Reinforcement Learning, where hundreds of agents can play at different machines and share experience, see AlphaZero, LeelaZero, R2D2 agent, R2D3 agent, Apex, Acer, Asynchronous PPO.

> but the data isn't useful without the context of experience

The experience is the data in Reinforcement Learning.

> and all processing power can do it overfit model without experience.

That is wrong, the agents perform what is called exploration to avoid getting stuck in simple strategies.

> Even if we put AI into an army of robots running around and experiencing things, there are still scaling limits to encoding and communicating knowledge and understanding.

True, but machines scale better because they speak the same language, or they can learn to tune their language to get their message across.

> Human organizations are a great example of the scaling limits of intelligence.

Human organization is a testament to how far we can get with something as limiting as the commonly used language. The language that we use to communicate is subject to misinterpretation due to our subjective experiences, this limitation is not shared by machines.