Pinned Repositories
3D-Interface
Motion and touch tracking interface using stuff like Aluminium Foil, CardBoard and an Arduino Uno. Built using Processing 3.0 and Arduino IDE.
Algo_Ds_Notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
awesome-rl
Reinforcement learning resources curated
FlappyBirdGeneticAlgo
Flappy Bird playing agent trained using Genetic Algorithm
imitation-learning
Imitation learning via Reinforcement Learning using Policy gradient methods and GAIL
machine-learning
Common Machine Learning algorithms
NeuralNetworkJS
Neural Networks in Javascript using p5.js
Project-RL
Implementations of standard RL problems and algorithms
The-Heist
“The Heist” is an AI adaption of a game “Stolen in 60 seconds”. It’s a burglary game where the AI needs to carefully plan and execute each robbery. The Agent has to carry out a successful robbery and escape within the given time limit.
prasad-madhale's Repositories
prasad-madhale/imitation-learning
Imitation learning via Reinforcement Learning using Policy gradient methods and GAIL
prasad-madhale/3D-Interface
Motion and touch tracking interface using stuff like Aluminium Foil, CardBoard and an Arduino Uno. Built using Processing 3.0 and Arduino IDE.
prasad-madhale/The-Heist
“The Heist” is an AI adaption of a game “Stolen in 60 seconds”. It’s a burglary game where the AI needs to carefully plan and execute each robbery. The Agent has to carry out a successful robbery and escape within the given time limit.
prasad-madhale/Algo_Ds_Notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
prasad-madhale/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
prasad-madhale/awesome-rl
Reinforcement learning resources curated
prasad-madhale/cs-video-courses
List of Computer Science courses with video lectures.
prasad-madhale/cs5010f17
prasad-madhale/cw-omnibus
Source code to omnibus edition of _The Busy Coder's Guide to Android Development_
prasad-madhale/David-Silver-Reinforcement-learning
Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
prasad-madhale/FlappyBirdClone
A simple clone of the famous game Flappy Bird
prasad-madhale/FlappyBirdGeneticAlgo
Flappy Bird playing agent trained using Genetic Algorithm
prasad-madhale/gym-gamblers
Gambler's problem environment implemented OpenAI gym-style
prasad-madhale/gym-tictactoe
OpenAI Gym Style Tic-Tac-Toe Environment
prasad-madhale/Java
All Algorithms implemented in Java
prasad-madhale/machine-learning
Common Machine Learning algorithms
prasad-madhale/ml-agents
Unity Machine Learning Agents
prasad-madhale/NeuralNetworkJS
Neural Networks in Javascript using p5.js
prasad-madhale/ObjectNet3D_toolbox
Toolbox for ObjectNet3D
prasad-madhale/Processing
Creative Coding Class Processing Tutorials and Examples
prasad-madhale/Project-RL
Implementations of standard RL problems and algorithms
prasad-madhale/PythonRobotics
Python sample codes for robotics algorithms.
prasad-madhale/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
prasad-madhale/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
prasad-madhale/robotics-coursework
A curated collection of places where you can learn robotics, algorithms, and useful tools for aspiring robotics software engineers.
prasad-madhale/self-driving-car-sim
A self-driving car simulator built with Unity
prasad-madhale/stylegan
StyleGAN - Official TensorFlow Implementation
prasad-madhale/The-Nature-of-Code-Examples
Repository for example code from The Nature of Code book