Skip to content

ShubhamVerma16/augmentedRandomSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

augmentedRandomSearch

The project aims at unsupervised learning of an object by only using numpy.

Imports required -

import os import numpy as np import gym from gym import wrappers import pybullet_envs

You will need to download and install Visual C++ Build Tools on this link:

https://visualstudio.microsoft.com/visual-cpp-build-tools/

Basically Windows just needs this in the background to get the gym environments to work.

The main.py folder needs to be placed inside the PyBullet folder for the project to run. You can downlaod the PyBullets folder from the below link: https://drive.google.com/file/d/1Yy5Su12d5GeaNEQEEFkpTL3jhiH2-8ih/view?usp=sharing

About

The project aims at unsupervised learning of an object by only using numpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages