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
    For the paper entitled ''A Case Study and Qualitative Analysis of Simple Cross-Lingual Opinion Mining''

    Summary This is the source code for the paper "A Case Study and Qualitative Analysis of Simple Cross-Lingual Opinion Mining", which was accepted as fu

    1 Nov 10, 2021
    code for Multi-scale Matching Networks for Semantic Correspondence, ICCV

    MMNet This repo is the official implementation of ICCV 2021 paper "Multi-scale Matching Networks for Semantic Correspondence.". Pre-requisite conda cr

    joey zhao 25 Dec 12, 2022
    LSSY量化交易系统

    LSSY量化交易系统 该项目是本人3年来研究量化慢慢积累开发的一套系统,属于早期作品慢慢修改而来,仅供学习研究,回测分析,实盘交易部分未公开

    55 Oct 04, 2022
    official code for dynamic convolution decomposition

    Revisiting Dynamic Convolution via Matrix Decomposition (ICLR 2021) A pytorch implementation of DCD. If you use this code in your research please cons

    Yunsheng Li 110 Nov 23, 2022
    Multilingual Image Captioning

    Multilingual Image Captioning Authors: Bhavitvya Malik, Gunjan Chhablani Demo Link: https://huggingface.co/spaces/flax-community/multilingual-image-ca

    Gunjan Chhablani 32 Nov 25, 2022
    CO-PILOT: COllaborative Planning and reInforcement Learning On sub-Task curriculum

    CO-PILOT CO-PILOT: COllaborative Planning and reInforcement Learning On sub-Task curriculum, NeurIPS 2021, Shuang Ao, Tianyi Zhou, Guodong Long, Qingh

    Shuang Ao 1 Feb 18, 2022
    An implementation of paper `Real-time Convolutional Neural Networks for Emotion and Gender Classification` with PaddlePaddle.

    简介 通过PaddlePaddle框架复现了论文 Real-time Convolutional Neural Networks for Emotion and Gender Classification 中提出的两个模型,分别是SimpleCNN和MiniXception。利用 imdb_crop

    8 Mar 11, 2022
    Dense Contrastive Learning (DenseCL) for self-supervised representation learning, CVPR 2021.

    Dense Contrastive Learning for Self-Supervised Visual Pre-Training This project hosts the code for implementing the DenseCL algorithm for se

    Xinlong Wang 491 Jan 03, 2023
    Demo code for paper "Learning optical flow from still images", CVPR 2021.

    Depthstillation Demo code for "Learning optical flow from still images", CVPR 2021. [Project page] - [Paper] - [Supplementary] This code is provided t

    130 Dec 25, 2022
    [NeurIPS 2021 Spotlight] Aligning Pretraining for Detection via Object-Level Contrastive Learning

    SoCo [NeurIPS 2021 Spotlight] Aligning Pretraining for Detection via Object-Level Contrastive Learning By Fangyun Wei*, Yue Gao*, Zhirong Wu, Han Hu,

    Yue Gao 139 Dec 14, 2022
    Autonomous Driving on Curvy Roads without Reliance on Frenet Frame: A Cartesian-based Trajectory Planning Method

    C++/ROS Source Codes for "Autonomous Driving on Curvy Roads without Reliance on Frenet Frame: A Cartesian-based Trajectory Planning Method" published in IEEE Trans. Intelligent Transportation Systems

    Bai Li 88 Dec 23, 2022
    Tensorflow implementation of Swin Transformer model.

    Swin Transformer (Tensorflow) Tensorflow reimplementation of Swin Transformer model. Based on Official Pytorch implementation. Requirements tensorflow

    167 Jan 08, 2023
    Code for WSDM 2022 paper, Contrastive Learning for Representation Degeneration Problem in Sequential Recommendation.

    DuoRec Code for WSDM 2022 paper, Contrastive Learning for Representation Degeneration Problem in Sequential Recommendation. Usage Download datasets fr

    Qrh 46 Dec 19, 2022
    Code for T-Few from "Few-Shot Parameter-Efficient Fine-Tuning is Better and Cheaper than In-Context Learning"

    T-Few This repository contains the official code for the paper: "Few-Shot Parameter-Efficient Fine-Tuning is Better and Cheaper than In-Context Learni

    220 Dec 31, 2022
    Monocular 3D pose estimation. OpenVINO. CPU inference or iGPU (OpenCL) inference.

    human-pose-estimation-3d-python-cpp RealSenseD435 (RGB) 480x640 + CPU Corei9 45 FPS (Depth is not used) 1. Run 1-1. RealSenseD435 (RGB) 480x640 + CPU

    Katsuya Hyodo 8 Oct 03, 2022
    Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research

    Welcome to AirSim AirSim is a simulator for drones, cars and more, built on Unreal Engine (we now also have an experimental Unity release). It is open

    Microsoft 13.8k Jan 03, 2023
    Post-Training Quantization for Vision transformers.

    PTQ4ViT Post-Training Quantization Framework for Vision Transformers. We use the twin uniform quantization method to reduce the quantization error on

    Zhihang Yuan 61 Dec 28, 2022
    Python package facilitating the use of Bayesian Deep Learning methods with Variational Inference for PyTorch

    PyVarInf PyVarInf provides facilities to easily train your PyTorch neural network models using variational inference. Bayesian Deep Learning with Vari

    342 Dec 02, 2022
    PyTorch implementation of a collections of scalable Video Transformer Benchmarks.

    PyTorch implementation of Video Transformer Benchmarks This repository is mainly built upon Pytorch and Pytorch-Lightning. We wish to maintain a colle

    Xin Ma 156 Jan 08, 2023
    [CVPR 2022 Oral] MixFormer: End-to-End Tracking with Iterative Mixed Attention

    MixFormer The official implementation of the CVPR 2022 paper MixFormer: End-to-End Tracking with Iterative Mixed Attention [Models and Raw results] (G

    Multimedia Computing Group, Nanjing University 235 Jan 03, 2023