Code Monkey home page Code Monkey logo

bipedalwalkeragent's Introduction

Gym Environments and Implementing Reinforcement Learning Agents with Stable Baselines

Assignment for Introduction to Intelligent Autonomous Systems, 3º Year, 1º Semester, Bachelor in Artificial Intelligence and Data Science.

Summary

The aim of the project is to implement a reinforcement learning agent using the stable baselines library algorithms and test it with the open-source Python library Gymnasium on this gym environment.

Autores:

Versões

The versions of the operating systems used to develop and test this application are:

  • Fedora 38
  • macOS Sonoma 14.0

Python Versions:

  • 3.10.0

Requirements

To keep everything organized and simple, we will use MiniConda to manage our environments.

To create an environment with the required packages for this project, run the following commands:

conda create -n GymEnv python=3.10 pytorch::pytorch torchvision torchaudio -c pytorch

Then we need to install the requirements:

pip install -r requirements.txt

Results

The experiments are in this notebook.
TQC in the original environment: TQC in the wrapped environment
TQC_original.gif TQC_wrapped.gif
TRPO in the wrapped environment: PPO in the wrapped environment:
TRPO_wrapped.gif PPO_wrapped.gif

bipedalwalkeragent's People

Contributors

seblessa 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.