OpenAI Gym
openai.com
OpenAI Gym
1–10 of 14 posts
Re: OpenAI Gym
#2This is awesome. All that's missing is a self driving car environment ;)
Re: OpenAI Gym
#3The focus on improving reinforcement learning is really exciting. It's the area of machine learning that seems to have the most untapped potential.
Re: OpenAI Gym
#4Two repos to get started building reinforcement learning agents with Gym and Keras:
Re: OpenAI Gym
#5For those more familiar in this scape - would something like this be possible for NLP? Specifically sentence classification (ie, to produce an intent with metadata)?
Re: OpenAI Gym
#6Does anyone else think the title/url is misleading ?
Looking at 'Open AI', I expected a generic AI related open source project.
This project seems to be specifically related to "developing and comparing reinforcement learning (RL) algorithms" .... which looks like a more specific subset.
Re: OpenAI Gym
#7Previously on HackerNews: https://news.ycombinator.com/item?id=11582345
Re: OpenAI Gym
#8For those more familiar in this scape - would something like this be possible for NLP? Specifically sentence classification (ie, to produce an intent with metadata)?
OpenAI Gym is for Reinforcement Learning - a different kind of learning, where you don't have ground truth, but the agent gets a positive reward when it makes good guesses.
Is this what you are looking for with NLP?
Re: OpenAI Gym
#9Does anyone else think the title/url is misleading ? Looking at 'Open AI', I expected a generic AI related open source project. This project seems to be specifically related to "developing and comparing reinforcement learning (RL) algorithms" .... which looks like a more specific subset.
It is not misleading at all, that is the project.
Re: OpenAI Gym
#10Would be great to have Unity3D or Unreal Engine integration for games/simulations