Hi everyone! My name is Ram Rachum, and this is my first post here :)
I'm an ex-Google software engineer turned MARL researcher. I want to do MARL research that promotes AI safety. You can read more about my research here and sign up for monthly updates.
I had an idea for a project I could do, and I want you to tell me whether it's been done before.
I want to create a demo of Stuart Russell's "You can't fetch the coffee if you're dead" scenario. I'm imagining a MARL environment where agent 1 can "turn on" agent 2 to prepare coffee for agent 1, and then agent 2 at some point understands how to prevent agent 1 from turning it off again. I'd like to get this behavior to emerge using an RL algorithm like PPO. Crucially, the reward function for agent 2 will be completely innocent.
That way we'll have a video of the "You can't fetch the coffee if you're dead" scenario happening, and we could tweak with that setup to see what kind of changes make it less likely or more likely. We could also show that video to laypeople, and it will likely be much easier for them to connect to such a demo rather than to a verbal description of a thought experiment.
Are there any existing demonstrations of this scenario? Any other insights that you have about this idea would be appreciated.
Why do you say this? For instance, the simplicity & restricted action space of a gridworld means that there are very limited mechanisms available to steer/point with the agent towards what we want. That's a pretty extreme limitation compared what to can do in a high resolution sim world. It seems plausible that "pointing at what we want in an informative/high-bandwidth way" would be an important component of a solution.