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
    Iterative Normalization: Beyond Standardization towards Efficient Whitening

    IterNorm Code for reproducing the results in the following paper: Iterative Normalization: Beyond Standardization towards Efficient Whitening Lei Huan

    Lei Huang 21 Dec 27, 2022
    A hifiasm fork for metagenome assembly using Hifi reads.

    hifiasm_meta - de novo metagenome assembler, based on hifiasm, a haplotype-resolved de novo assembler for PacBio Hifi reads.

    44 Jul 10, 2022
    deep_image_prior_extension

    Code for "Is Deep Image Prior in Need of a Good Education?" Project page: https://jleuschn.github.io/docs.educated_deep_image_prior/. Supplementary Ma

    riccardo barbano 7 Jan 09, 2022
    Pytorch Implementation for (STANet+ and STANet)

    Pytorch Implementation for (STANet+ and STANet) V2-Weakly Supervised Visual-Auditory Saliency Detection with Multigranularity Perception (arxiv), pdf:

    GuotaoWang 14 Nov 29, 2022
    Machine learning for NeuroImaging in Python

    nilearn Nilearn enables approachable and versatile analyses of brain volumes. It provides statistical and machine-learning tools, with instructive doc

    919 Dec 25, 2022
    Julia and Matlab codes to simulated all problems in El-Hachem, McCue and Simpson (2021)

    Substrate_Mediated_Invasion Julia and Matlab codes to simulated all problems in El-Hachem, McCue and Simpson (2021) 2DSolver.jl reproduces the simulat

    Matthew Simpson 0 Nov 09, 2021
    Image Segmentation Evaluation

    Image Segmentation Evaluation Martin KerΕ‘ner, [email protected] Evaluation

    Martin Kersner 273 Oct 28, 2022
    [NeurIPS'20] Multiscale Deep Equilibrium Models

    Multiscale Deep Equilibrium Models πŸ’₯ πŸ’₯ πŸ’₯ πŸ’₯ This repo is deprecated and we will soon stop actively maintaining it, as a more up-to-date (and simple

    CMU Locus Lab 221 Dec 26, 2022
    The second project in Python course on FCC

    Assignment Write a function named add_time that takes in two required parameters and one optional parameter: a start time in the 12-hour clock format

    Denise T 1 Dec 13, 2021
    Pytorch implementation of PTNet for high-resolution and longitudinal infant MRI synthesis

    Pyramid Transformer Net (PTNet) Project | Paper Pytorch implementation of PTNet for high-resolution and longitudinal infant MRI synthesis. PTNet: A Hi

    Xuzhe Johnny Zhang 6 Jun 08, 2022
    Animatable Neural Radiance Fields for Modeling Dynamic Human Bodies

    To make the comparison with Animatable NeRF easier on the Human3.6M dataset, we save the quantitative results at here, which also contains the results of other methods, including Neural Body, D-NeRF,

    ZJU3DV 359 Jan 08, 2023
    Official repo for BMVC2021 paper ASFormer: Transformer for Action Segmentation

    ASFormer: Transformer for Action Segmentation This repo provides training & inference code for BMVC 2021 paper: ASFormer: Transformer for Action Segme

    42 Dec 23, 2022
    PyTorch implementation for "Sharpness-aware Quantization for Deep Neural Networks".

    Sharpness-aware Quantization for Deep Neural Networks Recent Update 2021.11.23: We release the source code of SAQ. Setup the environments Clone the re

    Zhuang AI Group 30 Dec 19, 2022
    Variational autoencoder for anime face reconstruction

    VAE animeface Variational autoencoder for anime face reconstruction Introduction This repository is an exploratory example to train a variational auto

    Minzhe Zhang 2 Dec 11, 2021
    Unsupervised Semantic Segmentation by Contrasting Object Mask Proposals.

    Unsupervised Semantic Segmentation by Contrasting Object Mask Proposals This repo contains the Pytorch implementation of our paper: Unsupervised Seman

    Wouter Van Gansbeke 335 Dec 28, 2022
    RepMLP: Re-parameterizing Convolutions into Fully-connected Layers for Image Recognition

    RepMLP: Re-parameterizing Convolutions into Fully-connected Layers for Image Recognition (PyTorch) Paper: https://arxiv.org/abs/2105.01883 Citation: @

    260 Jan 03, 2023
    Automated Evidence Collection for Fake News Detection

    Automated Evidence Collection for Fake News Detection This is the code repo for the Automated Evidence Collection for Fake News Detection paper accept

    Mrinal Rawat 2 Apr 12, 2022
    πŸ€ Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐

    πŸ€ Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐

    xmu-xiaoma66 7.7k Jan 05, 2023
    FrankMocap: A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator

    FrankMocap pursues an easy-to-use single view 3D motion capture system developed by Facebook AI Research (FAIR). FrankMocap provides state-of-the-art 3D pose estimation outputs for body, hand, and bo

    Facebook Research 1.9k Jan 07, 2023
    clDice - a Novel Topology-Preserving Loss Function for Tubular Structure Segmentation

    README clDice - a Novel Topology-Preserving Loss Function for Tubular Structure Segmentation CVPR 2021 Authors: Suprosanna Shit and Johannes C. Paetzo

    110 Dec 29, 2022