Click here to Skip to main content
15,885,365 members
Articles / Artificial Intelligence / Machine Learning

Teaching a Robot to Walk with AI - Introduction to Continuous Control Environments

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
25 Sep 2020CPOL6 min read 7.6K   8  
In this article, we set up with the Bullet physics simulator as a basis for doing some reinforcement learning in continuous control environments.
Here we look at bullet CartPole environment with DQN, a Python script for training an agent in PyBullet’s CartPole environment, bullet CartPole Environment With PPO, and continuous CartPole environment with PPO.

Views

Daily Counts

This article is part of the series 'Teach a Robot to Walk Deep Reinforcement Learning View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions