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
    Similarity-based Gray-box Adversarial Attack Against Deep Face Recognition

    Similarity-based Gray-box Adversarial Attack Against Deep Face Recognition Introduction Run attack: SGADV.py Objective function: foolbox/attacks/gradi

    1 Jul 18, 2022
    Simple codebase for flexible neural net training

    neural-modular Simple codebase for flexible neural net training. Allows for seamless exchange of models, dataset, and optimizers. Uses hydra for confi

    Jannik Kossen 7 Apr 05, 2022
    Out-of-Distribution Generalization of Chest X-ray Using Risk Extrapolation

    OoD_Gen-Chest_Xray Out-of-Distribution Generalization of Chest X-ray Using Risk Extrapolation Requirements (Installations) Install the following libra

    Enoch Tetteh 2 Oct 01, 2022
    Resources for the Ki testnet challenge

    Ki Testnet Challenge This repository hosts ki-testnet-challenge. A set of scripts and resources to be used for the Ki Testnet Challenge What is the te

    Ki Foundation 23 Aug 08, 2022
    Exploring the link between uncertainty estimates obtained via "exact" Bayesian inference and out-of-distribution (OOD) detection.

    Uncertainty-based OOD detection Exploring the link between uncertainty estimates obtained by "exact" Bayesian inference and out-of-distribution (OOD)

    Christian Henning 1 Nov 05, 2022
    Pre-training of Graph Augmented Transformers for Medication Recommendation

    G-Bert Pre-training of Graph Augmented Transformers for Medication Recommendation Intro G-Bert combined the power of Graph Neural Networks and BERT (B

    101 Dec 27, 2022
    City-Scale Multi-Camera Vehicle Tracking Guided by Crossroad Zones Code

    City-Scale Multi-Camera Vehicle Tracking Guided by Crossroad Zones Requirements Python 3.8 or later with all requirements.txt dependencies installed,

    88 Dec 12, 2022
    System-oriented IR evaluations are limited to rather abstract understandings of real user behavior

    Validating Simulations of User Query Variants This repository contains the scripts of the experiments and evaluations, simulated queries, as well as t

    IR Group at Technische Hochschule Köln 2 Nov 23, 2022
    Person Re-identification

    Person Re-identification Final project of Computer Vision Table of content Person Re-identification Table of content Students: Proposed method Dataset

    Nguyễn Hoàng Quân 4 Jun 17, 2021
    Toontown House CT Edition

    Toontown House: Classic Toontown House Classic source that should just work. ❓ W

    Open Source Toontown Servers 5 Jan 09, 2022
    Official repository for the CVPR 2021 paper "Learning Feature Aggregation for Deep 3D Morphable Models"

    Deep3DMM Official repository for the CVPR 2021 paper Learning Feature Aggregation for Deep 3D Morphable Models. Requirements This code is tested on Py

    38 Dec 27, 2022
    PyExplainer: A Local Rule-Based Model-Agnostic Technique (Explainable AI)

    PyExplainer PyExplainer is a local rule-based model-agnostic technique for generating explanations (i.e., why a commit is predicted as defective) of J

    AI Wizards for Software Management (AWSM) Research Group 14 Nov 13, 2022
    [NeurIPS 2021] ORL: Unsupervised Object-Level Representation Learning from Scene Images

    Unsupervised Object-Level Representation Learning from Scene Images This repository contains the official PyTorch implementation of the ORL algorithm

    Jiahao Xie 55 Dec 03, 2022
    An implementation of MobileFormer

    MobileFormer An implementation of MobileFormer proposed by Yinpeng Chen, Xiyang Dai et al. Including [1] Mobile-Former proposed in:

    slwang9353 62 Dec 28, 2022
    PyTorch implementation of the paper:A Convolutional Approach to Melody Line Identification in Symbolic Scores.

    Symbolic Melody Identification This repository is an unofficial PyTorch implementation of the paper:A Convolutional Approach to Melody Line Identifica

    Sophia Y. Chou 3 Feb 21, 2022
    [CVPR'22] COAP: Learning Compositional Occupancy of People

    COAP: Compositional Articulated Occupancy of People Paper | Video | Project Page This is the official implementation of the CVPR 2022 paper COAP: Lear

    Marko Mihajlovic 111 Dec 11, 2022
    A Benchmark For Measuring Systematic Generalization of Multi-Hierarchical Reasoning

    Orchard Dataset This repository contains the code used for generating the Orchard Dataset, as seen in the Multi-Hierarchical Reasoning in Sequences: S

    Bill Pung 1 Jun 05, 2022
    Vanilla and Prototypical Networks with Random Weights for image classification on Omniglot and mini-ImageNet. Made with Python3.

    vanilla-rw-protonets-project Vanilla Prototypical Networks and PNs with Random Weights for image classification on Omniglot and mini-ImageNet. Made wi

    Giovani Candido 8 Aug 31, 2022
    PaddleBoBo是基于PaddlePaddle和PaddleSpeech、PaddleGAN等开发套件的虚拟主播快速生成项目

    PaddleBoBo - 元宇宙时代,你也可以动手做一个虚拟主播。 PaddleBoBo是基于飞桨PaddlePaddle深度学习框架和PaddleSpeech、PaddleGAN等开发套件的虚拟主播快速生成项目。PaddleBoBo致力于简单高效、可复用性强,只需要一张带人像的图片和一段文字,就能

    502 Jan 08, 2023
    A deep neural networks for images using CNN algorithm.

    Example-CNN-Project This is a simple project showing how to implement deep neural networks using CNN algorithm. The dataset is taken from this link: h

    Mohammad Amin Dadgar 3 Sep 16, 2022