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
    Segmentation in Style: Unsupervised Semantic Image Segmentation with Stylegan and CLIP

    Segmentation in Style: Unsupervised Semantic Image Segmentation with Stylegan and CLIP Abstract: We introduce a method that allows to automatically se

    Daniil Pakhomov 134 Dec 19, 2022
    A Comprehensive Study on Learning-Based PE Malware Family Classification Methods

    A Comprehensive Study on Learning-Based PE Malware Family Classification Methods Datasets Because of copyright issues, both the MalwareBazaar dataset

    8 Oct 21, 2022
    Brax is a differentiable physics engine that simulates environments made up of rigid bodies, joints, and actuators

    Brax is a differentiable physics engine that simulates environments made up of rigid bodies, joints, and actuators. It's also a suite of learning algorithms to train agents to operate in these enviro

    Google 1.5k Jan 02, 2023
    MatryODShka: Real-time 6DoF Video View Synthesis using Multi-Sphere Images

    Main repo for ECCV 2020 paper MatryODShka: Real-time 6DoF Video View Synthesis using Multi-Sphere Images. visual.cs.brown.edu/matryodshka

    Brown University Visual Computing Group 75 Dec 13, 2022
    Implementation of CVPR 2020 Dual Super-Resolution Learning for Semantic Segmentation

    Dual super-resolution learning for semantic segmentation 2021-01-02 Subpixel Update Happy new year! The 2020-12-29 update of SISR with subpixel conv p

    Sam 79 Nov 24, 2022
    This repo is customed for VisDrone.

    Object Detection for VisDrone(无人机航拍图像目标检测) My environment 1、Windows10 (Linux available) 2、tensorflow = 1.12.0 3、python3.6 (anaconda) 4、cv2 5、ensemble

    53 Jul 17, 2022
    Official implementation of the paper Visual Parser: Representing Part-whole Hierarchies with Transformers

    Visual Parser (ViP) This is the official implementation of the paper Visual Parser: Representing Part-whole Hierarchies with Transformers. Key Feature

    Shuyang Sun 117 Dec 11, 2022
    pybaum provides tools to work with pytrees which is a concept burrowed from JAX.

    pybaum provides tools to work with pytrees which is a concept burrowed from JAX.

    Open Source Economics 9 May 11, 2022
    Face Transformer for Recognition

    Face-Transformer This is the code of Face Transformer for Recognition (https://arxiv.org/abs/2103.14803v2). Recently there has been great interests of

    Zhong Yaoyao 153 Nov 30, 2022
    Unofficial Pytorch Lightning implementation of Contrastive Syn-to-Real Generalization (ICLR, 2021)

    Unofficial Pytorch Lightning implementation of Contrastive Syn-to-Real Generalization (ICLR, 2021)

    Gyeongjae Choi 17 Sep 23, 2021
    Source for the paper "Universal Activation Function for machine learning"

    Universal Activation Function Tensorflow and Pytorch source code for the paper Yuen, Brosnan, Minh Tu Hoang, Xiaodai Dong, and Tao Lu. "Universal acti

    4 Dec 03, 2022
    Code for reproducible experiments presented in KSD Aggregated Goodness-of-fit Test.

    Code for KSDAgg: a KSD aggregated goodness-of-fit test This GitHub repository contains the code for the reproducible experiments presented in our pape

    Antonin Schrab 5 Dec 15, 2022
    Convolutional neural network that analyzes self-generated images in a variety of languages to find etymological similarities

    This project is a convolutional neural network (CNN) that analyzes self-generated images in a variety of languages to find etymological similarities. Specifically, the goal is to prove that computer

    1 Feb 03, 2022
    Repository for training material for the 2022 SDSC HPC/CI User Training Course

    hpc-training-2022 Repository for training material for the 2022 SDSC HPC/CI Training Series HPC/CI Training Series home https://www.sdsc.edu/event_ite

    sdsc-hpc-training-org 21 Jul 27, 2022
    Source code for 2021 ICCV paper "In-the-Wild Single Camera 3D Reconstruction Through Moving Water Surfaces"

    In-the-Wild Single Camera 3D Reconstruction Through Moving Water Surfaces This is the PyTorch implementation for 2021 ICCV paper "In-the-Wild Single C

    27 Dec 06, 2022
    Paper Code:A Self-adaptive Weighted Differential Evolution Approach for Large-scale Feature Selection

    1. SaWDE.m is the main function 2. DataPartition.m is used to randomly partition the original data into training sets and test sets with a ratio of 7

    wangxb 14 Dec 08, 2022
    Neural Scene Graphs for Dynamic Scene (CVPR 2021)

    Implementation of Neural Scene Graphs, that optimizes multiple radiance fields to represent different objects and a static scene background. Learned representations can be rendered with novel object

    151 Dec 26, 2022
    This repository contains an implementation of the Permutohedral Attention Module in Pytorch

    Permutohedral_attention_module This repository contains an implementation of the Permutohedral Attention Module

    Samuel JOUTARD 26 Nov 27, 2022
    CROSS-LINGUAL ABILITY OF MULTILINGUAL BERT: AN EMPIRICAL STUDY

    M-BERT-Study CROSS-LINGUAL ABILITY OF MULTILINGUAL BERT: AN EMPIRICAL STUDY Motivation Multilingual BERT (M-BERT) has shown surprising cross lingual a

    CogComp 1 Feb 28, 2022
    E-RAFT: Dense Optical Flow from Event Cameras

    E-RAFT: Dense Optical Flow from Event Cameras This is the code for the paper E-RAFT: Dense Optical Flow from Event Cameras by Mathias Gehrig, Mario Mi

    Robotics and Perception Group 71 Dec 12, 2022