Hacker News new | ask | show | jobs
by outsideline 3566 days ago
There are several groups that have already done this and there are several tools similar to OpenAI gym. Why is only one company mentioned when it comes to this? You do understand that a large chunk of OpenAI gym are open source software packages like physics engines, box2d?

Here's what you need to make an Ai Gym :

> Physics engine (pick your open source package)

> Simulator (pick your open source package)

> Write a thin wrapper around it

It can be done and has been done by many individuals in less than a week or two of dedicated work.

1 comments

Since I honestly don't know enough about this topic, it would be nice if you can mention the other companies. I just mention OpenAI because they are a prominent organization which happen to have both open and AI in their name.

Maybe I am also not being very clear, but I am actually visualizing a game which is popular enough to attract a lot of gameplay, but has gameplay elements which are actually the kinds of things which the AI problems are trying to solve. E.g. imagine capturing gameplay from a popular multiplayer drone game to improve drone navigation.

Drones apparently don't fly very well autonomously.

http://spectrum.ieee.org/automaton/robotics/drones/skydio-ca...

Now, imagine if it were possible to get open data where any researcher or group could work on this problem using a gameplay dataset. Perhaps someone with an unexpected take on the problem could make some important contribution?