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
    Event sourced bank - A wide-and-shallow example using the Python event sourcing library

    Event Sourced Bank A "wide but shallow" example of using the Python event sourci

    3 Mar 09, 2022
    PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)

    PyTorch implementation of Conformer: Convolution-augmented Transformer for Speech Recognition. Transformer models are good at capturing content-based

    Soohwan Kim 565 Jan 04, 2023
    Reinforcement learning models in ViZDoom environment

    DoomNet DoomNet is a ViZDoom agent trained by reinforcement learning. The agent is a neural network that outputs a probability of actions given only p

    Andrey Kolishchak 126 Dec 09, 2022
    Official implementation of the paper Vision Transformer with Progressive Sampling, ICCV 2021.

    Vision Transformer with Progressive Sampling This is the official implementation of the paper Vision Transformer with Progressive Sampling, ICCV 2021.

    yuexy 123 Jan 01, 2023
    Co-GAIL: Learning Diverse Strategies for Human-Robot Collaboration

    CoGAIL Table of Content Overview Installation Dataset Training Evaluation Trained Checkpoints Acknowledgement Citations License Overview This reposito

    Jeremy Wang 29 Dec 24, 2022
    Source code for Fathony, Sahu, Willmott, & Kolter, "Multiplicative Filter Networks", ICLR 2021.

    Multiplicative Filter Networks This repository contains a PyTorch MFN implementation and code to perform & reproduce experiments from the ICLR 2021 pa

    Bosch Research 66 Jan 04, 2023
    Code and data to accompany the camera-ready version of "Cross-Attention is All You Need: Adapting Pretrained Transformers for Machine Translation" in EMNLP 2021

    Code and data to accompany the camera-ready version of "Cross-Attention is All You Need: Adapting Pretrained Transformers for Machine Translation" in EMNLP 2021

    Mozhdeh Gheini 16 Jul 16, 2022
    [WWW 2022] Zero-Shot Stance Detection via Contrastive Learning

    PT-HCL for Zero-Shot Stance Detection The code of this repository is constantly being updated... Please look forward to it! Introduction This reposito

    Akuchi 12 Dec 21, 2022
    Code repository for "Stable View Synthesis".

    Stable View Synthesis Code repository for "Stable View Synthesis". Setup Install the following Python packages in your Python environment - numpy (1.1

    Intelligent Systems Lab Org 195 Dec 24, 2022
    A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python

    deepface Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. It is a hybrid

    Sefik Ilkin Serengil 5.2k Jan 02, 2023
    Deep Video Matting via Spatio-Temporal Alignment and Aggregation [CVPR2021]

    Deep Video Matting via Spatio-Temporal Alignment and Aggregation [CVPR2021] Paper: https://arxiv.org/abs/2104.11208 Introduction Despite the significa

    76 Dec 07, 2022
    Accelerated SMPL operation, commonly used in generate 3D human mesh, STAR included.

    SMPL2 An enchanced and accelerated SMPL operation which commonly used in 3D human mesh generation. It takes a poses, shapes, cam_trans as inputs, outp

    JinTian 20 Oct 17, 2022
    A simple Tensorflow based library for deep and/or denoising AutoEncoder.

    libsdae - deep-Autoencoder & denoising autoencoder A simple Tensorflow based library for Deep autoencoder and denoising AE. Library follows sklearn st

    Rajarshee Mitra 147 Nov 18, 2022
    PyTorch implementation of the R2Plus1D convolution based ResNet architecture described in the paper "A Closer Look at Spatiotemporal Convolutions for Action Recognition"

    R2Plus1D-PyTorch PyTorch implementation of the R2Plus1D convolution based ResNet architecture described in the paper "A Closer Look at Spatiotemporal

    Irhum Shafkat 342 Dec 16, 2022
    Official implementation of cosformer-attention in cosFormer: Rethinking Softmax in Attention

    cosFormer Official implementation of cosformer-attention in cosFormer: Rethinking Softmax in Attention Update log 2022/2/28 Add core code License This

    120 Dec 15, 2022
    This repository is the offical Pytorch implementation of ContextPose: Context Modeling in 3D Human Pose Estimation: A Unified Perspective (CVPR 2021).

    Context Modeling in 3D Human Pose Estimation: A Unified Perspective (CVPR 2021) Introduction This repository is the offical Pytorch implementation of

    37 Nov 21, 2022
    General-purpose program synthesiser

    DeepSynth General-purpose program synthesiser. This is the repository for the code of the paper "Scaling Neural Program Synthesis with Distribution-ba

    Nathanaƫl Fijalkow 24 Oct 23, 2022
    Autonomous Movement from Simultaneous Localization and Mapping

    Autonomous Movement from Simultaneous Localization and Mapping About us Built by a group of Clarkson University students with the help from Professor

    14 Nov 07, 2022
    Image De-raining Using a Conditional Generative Adversarial Network

    Image De-raining Using a Conditional Generative Adversarial Network [Paper Link] [Project Page] He Zhang, Vishwanath Sindagi, Vishal M. Patel In this

    He Zhang 216 Dec 18, 2022
    DCGAN LSGAN WGAN-GP DRAGAN PyTorch

    Recommendation Our GAN based work for facial attribute editing - AttGAN. News 8 April 2019: We re-implement these GANs by Tensorflow 2! The old versio

    Zhenliang He 408 Nov 30, 2022