Skip to content

sholtodouglas/pointMass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pointMass

pointMass pybullet RL environment for simple experiments and algorithm verification.

It is a openAI gym goal based environment, and has modifiable difficulty. The easiest environment is a 2D self navigation task. Further levels of difficulty involve a modifiable number of objects which must be pushed to goal locations.

The action space in all cases is 2D and is the positional changes to the mass in the x and y dimensions.

In pointMassEnvObject-v0, the gold point mass must push the green block to it's goal location, the green sphere. The 'observation' is the xy positions and velocities of the mass and block respectively and the achieved and desired goal is in terms of the xy position of the block.

Object Manipulation?

In pointMassEnv-v0, the gold point mass must move itself to it's goal location, the green sphere. The 'observation' is the xy positions and velocities of the mass and the achieved and desired goal is in terms of the xy position of the mass.

Object Manipulation?

The env also supports my experiments into hierachial learning. Here are two examples of hierarchial sub-goal setting based on https://arxiv.org/abs/1910.11956 and https://arxiv.org/abs/1712.00948.

Object Manipulation?

Object Manipulation?

About

pointMass pybullet RL environment for simple experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages