Skip to content

An implementation of some ai's techniques as search algorithms, markov decision process solving and reinforcement learning. All exercises are solved with python3 and based on python gym toolkit.

License

Notifications You must be signed in to change notification settings

diegocom/ai_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Exercises

An implementation of some ai's techniques as search algorithms, markov decision process solving and reinforcement learning. All exercises are solved with python3 and based on python gym toolkit.

Prerequisites

You have to install the Gym Toolkit, matplotlib for the graphs, scipy and get the envs used in the exercises

git clone https://github.com/openai/gym 
cd gym pip3 install -e . 
cd .. 
pip3 install matplotlib
pip3 install scipy
git clone https://github.com/diegocom/gym-ai-lab 
cd gym-ai-lab 
pip3 install -I --no-deps -e .

Installing

Clone all exercises and execute what you want

git clone https://github.com/diegocom/ai_implementation
cd ai_implementation

About

An implementation of some ai's techniques as search algorithms, markov decision process solving and reinforcement learning. All exercises are solved with python3 and based on python gym toolkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages