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
    Metrics to evaluate quality and efficacy of synthetic datasets.

    An Open Source Project from the Data to AI Lab, at MIT Metrics for Synthetic Data Generation Projects Website: https://sdv.dev Documentation: https://

    The Synthetic Data Vault Project 129 Jan 03, 2023
    Graduation Project

    Gesture-Detection-and-Depth-Estimation This is my graduation project. (1) In this project, I use the YOLOv3 object detection model to detect gesture i

    ChaosAT 1 Nov 23, 2021
    Mengzi Pretrained Models

    中文 | English Mengzi 尽管预训练语言模型在 NLP 的各个领域里得到了广泛的应用,但是其高昂的时间和算力成本依然是一个亟需解决的问题。这要求我们在一定的算力约束下,研发出各项指标更优的模型。 我们的目标不是追求更大的模型规模,而是轻量级但更强大,同时对部署和工业落地更友好的模型。

    Langboat 424 Jan 04, 2023
    HGCAE Pytorch implementation. CVPR2021 accepted.

    Hyperbolic Graph Convolutional Auto-Encoders Accepted to CVPR2021 🎉 Official PyTorch code of Unsupervised Hyperbolic Representation Learning via Mess

    Junho Cho 37 Nov 13, 2022
    A deep learning library that makes face recognition efficient and effective

    Distributed Arcface Training in Pytorch This is a deep learning library that makes face recognition efficient, and effective, which can train tens of

    Sajjad Aemmi 10 Nov 23, 2021
    Colossal-AI: A Unified Deep Learning System for Large-Scale Parallel Training

    ColossalAI An integrated large-scale model training system with efficient parallelization techniques Installation PyPI pip install colossalai Install

    HPC-AI Tech 7.1k Jan 03, 2023
    mbrl-lib is a toolbox for facilitating development of Model-Based Reinforcement Learning algorithms.

    mbrl-lib is a toolbox for facilitating development of Model-Based Reinforcement Learning algorithms. It provides easily interchangeable modeling and planning components, and a set of utility function

    Facebook Research 724 Jan 04, 2023
    Repository of 3D Object Detection with Pointformer (CVPR2021)

    3D Object Detection with Pointformer This repository contains the code for the paper 3D Object Detection with Pointformer (CVPR 2021) [arXiv]. This wo

    Zhuofan Xia 117 Jan 06, 2023
    Implements VQGAN+CLIP for image and video generation, and style transfers, based on text and image prompts. Emphasis on ease-of-use, documentation, and smooth video creation.

    VQGAN-CLIP-GENERATOR Overview This is a package (with available notebook) for running VQGAN+CLIP locally, with a focus on ease of use, good documentat

    Ryan Hamilton 98 Dec 30, 2022
    TGS Salt Identification Challenge

    TGS Salt Identification Challenge This is an open solution to the TGS Salt Identification Challenge. Note Unfortunately, we can no longer provide supp

    neptune.ai 123 Nov 04, 2022
    Explainability of the Implications of Supervised and Unsupervised Face Image Quality Estimations Through Activation Map Variation Analyses in Face Recognition Models

    Explainable_FIQA_WITH_AMVA Note This is the official repository of the paper: Explainability of the Implications of Supervised and Unsupervised Face I

    3 May 08, 2022
    Music source separation is a task to separate audio recordings into individual sources

    Music Source Separation Music source separation is a task to separate audio recordings into individual sources. This repository is an PyTorch implmeme

    Bytedance Inc. 958 Jan 03, 2023
    Camera Distortion-aware 3D Human Pose Estimation in Video with Optimization-based Meta-Learning

    Camera Distortion-aware 3D Human Pose Estimation in Video with Optimization-based Meta-Learning This is the official repository of "Camera Distortion-

    Hanbyel Cho 12 Oct 06, 2022
    Code for paper: "Spinning Language Models for Propaganda-As-A-Service"

    Spinning Language Models for Propaganda-As-A-Service This is the source code for the Arxiv version of the paper. You can use this Google Colab to expl

    Eugene Bagdasaryan 16 Jan 03, 2023
    PFFDTD is an open-source FDTD simulator for 3D room acoustics

    PFFDTD is an open-source FDTD simulator for 3D room acoustics

    Brian Hamilton 34 Nov 24, 2022
    QHack—the quantum machine learning hackathon

    Official repo for QHack—the quantum machine learning hackathon

    Xanadu 72 Dec 21, 2022
    Third party Pytorch implement of Image Processing Transformer (Pre-Trained Image Processing Transformer arXiv:2012.00364v2)

    ImageProcessingTransformer Third party Pytorch implement of Image Processing Transformer (Pre-Trained Image Processing Transformer arXiv:2012.00364v2)

    61 Jan 01, 2023
    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
    UnpNet - Rethinking 3-D LiDAR Point Cloud Segmentation(IEEE TNNLS)

    UnpNet Citation Please cite the following paper if you use this repository in your reseach. @article {PMID:34914599, Title = {Rethinking 3-D LiDAR Po

    Shijie Li 4 Jul 15, 2022
    Companion code for the paper "Meta-Learning the Search Distribution of Black-Box Random Search Based Adversarial Attacks" by Yatsura et al.

    META-RS This is the companion code for the paper "Meta-Learning the Search Distribution of Black-Box Random Search Based Adversarial Attacks" by Yatsu

    Bosch Research 7 Dec 09, 2022