Reinforcement Learning with Q-Learning Algorithm on gym's frozen lake environment implemented in python

Overview

Reinforcement Learning with Q Learning Algorithm

Q learning algorithm is trained on the gym's frozen lake environment.

Libraries Used

  • gym
  • Numpy
  • tqdm
  • Pytorch Deep Learning Framework

  • Install Requirement Files

    clone the repository or download the 'requirement.txt' files, then open terminal in the working directory and type
    'pip install -r requirements.txt'
    to install all the requirements for this project.

    Demo Video

    Q-learning.mp4
    Collaborative forensic timeline analysis

    Timesketch Table of Contents About Timesketch Getting started Community Contributing About Timesketch Timesketch is an open-source tool for collaborat

    Google 2.1k Dec 28, 2022
    "Learning Free Gait Transition for Quadruped Robots vis Phase-Guided Controller"

    PhaseGuidedControl The current version is developed based on the old version of RaiSim series, and possibly requires further modification. It will be

    X-Mechanics 12 Oct 21, 2022
    Bio-OFC gym implementation and Gym-Fly environment

    Bio-OFC gym implementation and Gym-Fly environment This repository includes the gym compatible implementation of the Bio-OFC algorithm from the paper

    Siavash Golkar 1 Nov 16, 2021
    Implementation of the master's thesis "Temporal copying and local hallucination for video inpainting".

    Temporal copying and local hallucination for video inpainting This repository contains the implementation of my master's thesis "Temporal copying and

    David Álvarez de la Torre 1 Dec 02, 2022
    Automatic differentiation with weighted finite-state transducers.

    GTN: Automatic Differentiation with WFSTs Quickstart | Installation | Documentation What is GTN? GTN is a framework for automatic differentiation with

    100 Dec 29, 2022
    Neural Magic Eye: Learning to See and Understand the Scene Behind an Autostereogram, arXiv:2012.15692.

    Neural Magic Eye Preprint | Project Page | Colab Runtime Official PyTorch implementation of the preprint paper "NeuralMagicEye: Learning to See and Un

    Zhengxia Zou 56 Jul 15, 2022
    FlexConv: Continuous Kernel Convolutions with Differentiable Kernel Sizes

    FlexConv: Continuous Kernel Convolutions with Differentiable Kernel Sizes This repository contains the source code accompanying the paper: FlexConv: C

    Robert-Jan Bruintjes 96 Dec 12, 2022
    Dirty Pixels: Towards End-to-End Image Processing and Perception

    Dirty Pixels: Towards End-to-End Image Processing and Perception This repository contains the code for the paper Dirty Pixels: Towards End-to-End Imag

    50 Nov 18, 2022
    GEA - Code for Guided Evolution for Neural Architecture Search

    Efficient Guided Evolution for Neural Architecture Search Usage Create a conda e

    6 Jan 03, 2023
    Paddle-Skeleton-Based-Action-Recognition - DecoupleGCN-DropGraph, ASGCN, AGCN, STGCN

    Paddle-Skeleton-Action-Recognition DecoupleGCN-DropGraph, ASGCN, AGCN, STGCN. Yo

    Chenxu Peng 3 Nov 02, 2022
    FairyTailor: Multimodal Generative Framework for Storytelling

    FairyTailor: Multimodal Generative Framework for Storytelling

    Eden Bens 172 Dec 30, 2022
    Implementation of Pix2Seq in PyTorch

    pix2seq-pytorch Implementation of Pix2Seq paper Different from the paper image input size 1280 bin size 1280 LambdaLR scheduler used instead of Linear

    Tony Shin 9 Dec 15, 2022
    LabelImg is a graphical image annotation tool.

    LabelImgPlus LabelImg is a graphical image annotation tool. This project is not updated with new functions now. More functions are supported with Labe

    lzx1413 200 Dec 20, 2022
    Baseline for the Spoofing-aware Speaker Verification Challenge 2022

    Introduction This repository contains several materials that supplements the Spoofing-Aware Speaker Verification (SASV) Challenge 2022 including: calc

    40 Dec 28, 2022
    Code for our SIGCOMM'21 paper "Network Planning with Deep Reinforcement Learning".

    0. Introduction This repository contains the source code for our SIGCOMM'21 paper "Network Planning with Deep Reinforcement Learning". Notes The netwo

    NetX Group 68 Nov 24, 2022
    DockStream: A Docking Wrapper to Enhance De Novo Molecular Design

    DockStream Description DockStream is a docking wrapper providing access to a collection of ligand embedders and docking backends. Docking execution an

    AstraZeneca - Molecular AI 72 Jan 02, 2023
    Segmentation Training Pipeline

    Segmentation Training Pipeline This package is a part of Musket ML framework. Reasons to use Segmentation Pipeline Segmentation Pipeline was developed

    Musket ML 52 Dec 12, 2022
    (NeurIPS 2021) Realistic Evaluation of Transductive Few-Shot Learning

    Realistic evaluation of transductive few-shot learning Introduction This repo contains the code for our NeurIPS 2021 submitted paper "Realistic evalua

    Olivier Veilleux 14 Dec 13, 2022
    ✂️ EyeLipCropper is a Python tool to crop eyes and mouth ROIs of the given video.

    EyeLipCropper EyeLipCropper is a Python tool to crop eyes and mouth ROIs of the given video. The whole process consists of three parts: frame extracti

    Zi-Han Liu 9 Oct 25, 2022
    PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)

    About PyTorch 1.2.0 Now the master branch supports PyTorch 1.2.0 by default. Due to the serious version problem (especially torch.utils.data.dataloade

    Sanghyun Son 2.1k Jan 01, 2023