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
    An efficient PyTorch implementation of the evaluation metrics in recommender systems.

    recsys_metrics An efficient PyTorch implementation of the evaluation metrics in recommender systems. Overview • Installation • How to use • Benchmark

    Xingdong Zuo 12 Dec 02, 2022
    ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation

    ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation This repository contains the source code of our paper, ESPNet (acc

    Sachin Mehta 515 Dec 13, 2022
    MolRep: A Deep Representation Learning Library for Molecular Property Prediction

    MolRep: A Deep Representation Learning Library for Molecular Property Prediction Summary MolRep is a Python package for fairly measuring algorithmic p

    AI-Health @NSCC-gz 83 Dec 24, 2022
    Implementation of SSMF: Shifting Seasonal Matrix Factorization

    SSMF Implementation of SSMF: Shifting Seasonal Matrix Factorization, Koki Kawabata, Siddharth Bhatia, Rui Liu, Mohit Wadhwa, Bryan Hooi. NeurIPS, 2021

    Koki Kawabata 9 Jun 10, 2022
    Narya API allows you track soccer player from camera inputs, and evaluate them with an Expected Discounted Goal (EDG) Agent

    Narya The Narya API allows you track soccer player from camera inputs, and evaluate them with an Expected Discounted Goal (EDG) Agent. This repository

    Paul Garnier 121 Dec 30, 2022
    basic tutorial on pytorch

    Quick Tutorial on PyTorch PyTorch Basics Linear Regression Logistic Regression Artificial Neural Networks Convolutional Neural Networks Recurrent Neur

    7 Sep 15, 2022
    This is an example of object detection on Micro bacterium tuberculosis using Mask-RCNN

    Mask-RCNN on Mycobacterium tuberculosis This is an example of object detection on Mycobacterium Tuberculosis using Mask RCNN. Implement of Mask R-CNN

    Jun-En Ding 1 Sep 16, 2021
    The Official PyTorch Implementation of "VAEBM: A Symbiosis between Variational Autoencoders and Energy-based Models" (ICLR 2021 spotlight paper)

    Official PyTorch implementation of "VAEBM: A Symbiosis between Variational Autoencoders and Energy-based Models" (ICLR 2021 Spotlight Paper) Zhisheng

    NVIDIA Research Projects 45 Dec 26, 2022
    Cross-platform-profile-pic-changer - Script to change profile pictures across multiple platforms

    cross-platform-profile-pic-changer script to change profile pictures across mult

    4 Jan 17, 2022
    [ICCV 2021 (oral)] Planar Surface Reconstruction from Sparse Views

    Planar Surface Reconstruction From Sparse Views Linyi Jin, Shengyi Qian, Andrew Owens, David F. Fouhey University of Michigan ICCV 2021 (Oral) This re

    Linyi Jin 89 Jan 05, 2023
    No Code AI/ML platform

    NoCodeAIML No Code AI/ML platform - Community Edition Video credits: Uday Kiran Typical No Code AI/ML Platform will have features like drag and drop,

    Bhagvan Kommadi 5 Jan 28, 2022
    meProp: Sparsified Back Propagation for Accelerated Deep Learning

    meProp The codes were used for the paper meProp: Sparsified Back Propagation for Accelerated Deep Learning with Reduced Overfitting (ICML 2017) [pdf]

    LancoPKU 107 Nov 18, 2022
    (NeurIPS 2020) Wasserstein Distances for Stereo Disparity Estimation

    Wasserstein Distances for Stereo Disparity Estimation Accepted in NeurIPS 2020 as Spotlight. [Project Page] Wasserstein Distances for Stereo Disparity

    Divyansh Garg 92 Dec 12, 2022
    Scalable training for dense retrieval models.

    Scalable implementation of dense retrieval. Training on cluster By default it trains locally: PYTHONPATH=.:$PYTHONPATH python dpr_scale/main.py traine

    Facebook Research 90 Dec 28, 2022
    MT-GAN-PyTorch - PyTorch Implementation of Learning to Transfer: Unsupervised Domain Translation via Meta-Learning

    MT-GAN-PyTorch PyTorch Implementation of AAAI-2020 Paper "Learning to Transfer: Unsupervised Domain Translation via Meta-Learning" Dependency: Python

    29 Oct 19, 2022
    Multi-task Multi-agent Soft Actor Critic for SMAC

    Multi-task Multi-agent Soft Actor Critic for SMAC Overview The CARE formulti-task: Multi-Task Reinforcement Learning with Context-based Representation

    RuanJingqing 8 Sep 30, 2022
    Rotary Transformer

    [中文|English] Rotary Transformer Rotary Transformer is an MLM pre-trained language model with rotary position embedding (RoPE). The RoPE is a relative

    325 Jan 03, 2023
    PyTorch implementations for our SIGGRAPH 2021 paper: Editable Free-viewpoint Video Using a Layered Neural Representation.

    st-nerf We provide PyTorch implementations for our paper: Editable Free-viewpoint Video Using a Layered Neural Representation SIGGRAPH 2021 Jiakai Zha

    Diplodocus 258 Jan 02, 2023
    Learning Versatile Neural Architectures by Propagating Network Codes

    Learning Versatile Neural Architectures by Propagating Network Codes Mingyu Ding, Yuqi Huo, Haoyu Lu, Linjie Yang, Zhe Wang, Zhiwu Lu, Jingdong Wang,

    Mingyu Ding 36 Dec 06, 2022