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
    Consumer Fairness in Recommender Systems: Contextualizing Definitions and Mitigations

    Consumer Fairness in Recommender Systems: Contextualizing Definitions and Mitigations This is the repository for the paper Consumer Fairness in Recomm

    7 Nov 30, 2022
    Implementation of our paper 'RESA: Recurrent Feature-Shift Aggregator for Lane Detection' in AAAI2021.

    RESA PyTorch implementation of the paper "RESA: Recurrent Feature-Shift Aggregator for Lane Detection". Our paper has been accepted by AAAI2021. Intro

    137 Jan 02, 2023
    OMNIVORE is a single vision model for many different visual modalities

    Omnivore: A Single Model for Many Visual Modalities [paper][website] OMNIVORE is a single vision model for many different visual modalities. It learns

    Meta Research 451 Dec 27, 2022
    Code for "FGR: Frustum-Aware Geometric Reasoning for Weakly Supervised 3D Vehicle Detection", ICRA 2021

    FGR This repository contains the python implementation for paper "FGR: Frustum-Aware Geometric Reasoning for Weakly Supervised 3D Vehicle Detection"(I

    Yi Wei 31 Dec 08, 2022
    Learning to Self-Train for Semi-Supervised Few-Shot

    Learning to Self-Train for Semi-Supervised Few-Shot Classification This repository contains the TensorFlow implementation for NeurIPS 2019 Paper "Lear

    86 Dec 29, 2022
    Large Scale Multi-Illuminant (LSMI) Dataset for Developing White Balance Algorithm under Mixed Illumination

    Large Scale Multi-Illuminant (LSMI) Dataset for Developing White Balance Algorithm under Mixed Illumination (ICCV 2021) Dataset License This work is l

    DongYoung Kim 33 Jan 04, 2023
    Torch code for our CVPR 2018 paper "Residual Dense Network for Image Super-Resolution" (Spotlight)

    Residual Dense Network for Image Super-Resolution This repository is for RDN introduced in the following paper Yulun Zhang, Yapeng Tian, Yu Kong, Bine

    Yulun Zhang 494 Dec 30, 2022
    KIND: an Italian Multi-Domain Dataset for Named Entity Recognition

    KIND (Kessler Italian Named-entities Dataset) KIND is an Italian dataset for Named-Entity Recognition. It contains more than one million tokens with t

    Digital Humanities 5 Jun 21, 2022
    Reduce end to end training time from days to hours (or hours to minutes), and energy requirements/costs by an order of magnitude using coresets and data selection.

    COResets and Data Subset selection Reduce end to end training time from days to hours (or hours to minutes), and energy requirements/costs by an order

    decile-team 244 Jan 09, 2023
    Semantic Edge Detection with Diverse Deep Supervision

    Semantic Edge Detection with Diverse Deep Supervision This repository contains the code for our IJCV paper: "Semantic Edge Detection with Diverse Deep

    Yun Liu 12 Dec 31, 2022
    a short visualisation script for pyvideo data

    PyVideo Speakers A CLI that visualises repeat speakers from events listed in https://github.com/pyvideo/data Not terribly efficient, but you know. Ins

    Katie McLaughlin 3 Nov 24, 2021
    LSTC: Boosting Atomic Action Detection with Long-Short-Term Context

    LSTC: Boosting Atomic Action Detection with Long-Short-Term Context This Repository contains the code on AVA of our ACM MM 2021 paper: LSTC: Boosting

    Tencent YouTu Research 9 Oct 11, 2022
    UniLM AI - Large-scale Self-supervised Pre-training across Tasks, Languages, and Modalities

    Pre-trained (foundation) models across tasks (understanding, generation and translation), languages (100+ languages), and modalities (language, image, audio, vision + language, audio + language, etc.

    Microsoft 7.6k Jan 01, 2023
    Code and Datasets from the paper "Self-supervised contrastive learning for volcanic unrest detection from InSAR data"

    Code and Datasets from the paper "Self-supervised contrastive learning for volcanic unrest detection from InSAR data" You can download the pretrained

    Bountos Nikos 3 May 07, 2022
    Simple machine learning library / 簡單易用的機器學習套件

    FukuML Simple machine learning library / 簡單易用的機器學習套件 Installation $ pip install FukuML Tutorial Lesson 1: Perceptron Binary Classification Learning Al

    Fukuball Lin 279 Sep 15, 2022
    A study project using the AA-RMVSNet to reconstruct buildings from multiple images

    3d-building-reconstruction This is part of a study project using the AA-RMVSNet to reconstruct buildings from multiple images. Introduction It is exci

    17 Oct 17, 2022
    Benchmarks for semi-supervised domain generalization.

    Semi-Supervised Domain Generalization This code is the official implementation of the following paper: Semi-Supervised Domain Generalization with Stoc

    Kaiyang 49 Dec 10, 2022
    An implementation of an abstract algebra for music tones (pitches).

    nbdev template Use this template to more easily create your nbdev project. If you are using an older version of this template, and want to upgrade to

    Open Music Kit 0 Oct 10, 2022
    Tiny Kinetics-400 for test

    Kinetics-400迷你数据集 English | 简体中文 该数据集旨在解决的问题:参照Kinetics-400数据格式,训练基于自己数据的视频理解模型。 数据集介绍 Kinetics-400是视频领域benchmark常用数据集,详细介绍可以参考其官方网站Kinetics。整个数据集包含40

    38 Jan 06, 2023
    Simple, but essential Bayesian optimization package

    BayesO: A Bayesian optimization framework in Python Simple, but essential Bayesian optimization package. http://bayeso.org Online documentation Instal

    Jungtaek Kim 74 Dec 05, 2022