📰 OpenAI News
Articles from OpenAI News · 899 articles · Updated every 3 hours · View all news
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Learning to model other minds
We’re releasing an algorithm which accounts for the fact that other agents are learning too, and discovers self-interested yet collaborative strategies like tit
OpenAI News
8y ago
Learning with opponent-learning awareness
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
OpenAI Baselines: ACKTR & A2C
We’re releasing two new OpenAI Baselines implementations: ACKTR and A2C. A2C is a synchronous, deterministic variant of Asynchronous Advantage Actor Critic (A3C
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
More on Dota 2
Our Dota 2 result shows that self-play can catapult the performance of machine learning systems from far below human level to superhuman, given sufficient compu
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Dota 2
We’ve created a bot which beats the world’s top professionals at 1v1 matches of Dota 2 under standard tournament rules. The bot learned the game from scratch by
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Gathering human feedback
RL-Teacher is an open-source implementation of our interface to train AIs via occasional human feedback rather than hand-crafted reward functions. The underlyin
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Better exploration with parameter noise
We’ve found that adding adaptive noise to the parameters of reinforcement learning algorithms frequently boosts performance. This exploration method is simple t
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Proximal Policy Optimization
We’re releasing a new class of reinforcement learning algorithms, Proximal Policy Optimization (PPO), which perform comparably or better than state-of-the-art a
OpenAI News
👁️ Computer Vision
⚡ AI Lesson
8y ago
Robust adversarial inputs
We’ve created images that reliably fool neural network classifiers when viewed from varied scales and perspectives. This challenges a claim from last week that
OpenAI News
8y ago
Hindsight Experience Replay
OpenAI News
8y ago
Teacher–student curriculum learning
OpenAI News
⚡ AI Lesson
8y ago
Faster physics in Python
We’re open-sourcing a high-performance Python library for robotic simulation using the MuJoCo engine, developed over our past year of robotics research.
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Learning from human preferences
One step towards building safe AI systems is to remove the need for humans to write goal functions, since using a simple proxy for a complex goal, or getting th
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Learning to cooperate, compete, and communicate
Multiagent environments where agents compete for resources are stepping stones on the path to AGI. Multiagent environments have two useful properties: first, th
OpenAI News
8y ago
UCB exploration via Q-ensembles
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
OpenAI Baselines: DQN
We’re open-sourcing OpenAI Baselines, our internal effort to reproduce reinforcement learning algorithms with performance on par with published results. We’ll r
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Robots that learn
We’ve created a robotics system, trained entirely in simulation and deployed on a physical robot, which can learn a new task after seeing it done once.
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
8y ago
Roboschool
We are releasing Roboschool: open-source software for robot simulation, integrated with OpenAI Gym.
OpenAI News
8y ago
Equivalence between policy gradients and soft Q-learning
OpenAI News
8y ago
Stochastic Neural Networks for hierarchical reinforcement learning
OpenAI News
⚡ AI Lesson
8y ago
Unsupervised sentiment neuron
We’ve developed an unsupervised system which learns an excellent representation of sentiment, despite being trained only to predict the next character in the te
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
9y ago
Spam detection in the physical world
We’ve created the world’s first Spam-detecting AI trained entirely in simulation and deployed on a physical robot.
OpenAI News
🧠 Large Language Models
⚡ AI Lesson
9y ago
Evolution strategies as a scalable alternative to reinforcement learning
We’ve discovered that evolution strategies (ES), an optimization technique that’s been known for decades, rivals the performance of standard reinforcement learn
OpenAI News
9y ago
One-shot imitation learning
DeepCamp AI