Coder Social home page Coder Social logo

mario-bros---rl's Introduction

Mario-Bros-RL

This project entails the development of an artificial intelligence agent named Mario, which uses reinforcement learning to master and complete the Super Mario game. The gaming environment has been emulated using Python's OpenAI Gym framework. Mario, the agent, operates as a Double Deep Q-Learning agent and has four primary functions: act, recall, cache, and learn. The act function is used to act upon the environment .The learn function is the agent's learning process, facilitated by a neural network architecture named MarioNet. MarioNet comprises two Convolutional Neural Networks (CNN): Q online and Q target, components of the Double Deep Q-Learning algorithm. Each CNN consists of three convolutional layers and two dense layers.The cache function serves to store Mario's experiences, while recall enables the agent to sample batches of experiences for exploitation during training. The model has been trained for 40,000 epochs and has a max score.

mario-bros---rl's People

Contributors

harinikv04 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.