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
    This repo will contain code to reproduce and build upon understanding transfer learning

    What is being transferred in transfer learning? This repo contains the code for the following paper: Behnam Neyshabur*, Hanie Sedghi*, Chiyuan Zhang*.

    4 Jun 16, 2021
    Code release for "BoxeR: Box-Attention for 2D and 3D Transformers"

    BoxeR By Duy-Kien Nguyen, Jihong Ju, Olaf Booij, Martin R. Oswald, Cees Snoek. This repository is an official implementation of the paper BoxeR: Box-A

    Nguyen Duy Kien 111 Dec 07, 2022
    AWS provides a Python SDK, "Boto3" ,which can be used to access the AWS-account from the local.

    Boto3 - The AWS SDK for Python Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to wri

    Shreyas Srivastava 1 Oct 25, 2021
    piSTAR Lab is a modular platform built to make AI experimentation accessible and fun. (pistar.ai)

    piSTAR Lab WARNING: This is an early release. Overview piSTAR Lab is a modular deep reinforcement learning platform built to make AI experimentation a

    piSTAR Lab 0 Aug 01, 2022
    This is a collection of our NAS and Vision Transformer work.

    This is a collection of our NAS and Vision Transformer work.

    Microsoft 828 Dec 28, 2022
    CR-FIQA: Face Image Quality Assessment by Learning Sample Relative Classifiability

    This is the official repository of the paper: CR-FIQA: Face Image Quality Assessment by Learning Sample Relative Classifiability A private copy of the

    Fadi Boutros 33 Dec 31, 2022
    Corruption Invariant Learning for Re-identification

    Corruption Invariant Learning for Re-identification The official repository for Benchmarks for Corruption Invariant Person Re-identification (NeurIPS

    Minghui Chen 73 Dec 08, 2022
    An image processing project uses Viola-jones technique to detect faces and then use SIFT algorithm for recognition.

    Attendance_System An image processing project uses Viola-jones technique to detect faces and then use LPB algorithm for recognition. Face Detection Us

    8 Jan 11, 2022
    Implementation of ReSeg using PyTorch

    Implementation of ReSeg using PyTorch ReSeg: A Recurrent Neural Network-based Model for Semantic Segmentation Pascal-Part Annotations Pascal VOC 2010

    Onur Kaplan 46 Nov 23, 2022
    Controlling the MicriSpotAI robot from scratch

    Project-MicroSpot-AI Controlling the MicriSpotAI robot from scratch Colaborators Alexander Dennis Components from MicroSpot The MicriSpotAI has the fo

    Dennis Núñez-Fernández 5 Oct 20, 2022
    Some methods for comparing network representations in deep learning and neuroscience.

    Generalized Shape Metrics on Neural Representations In neuroscience and in deep learning, quantifying the (dis)similarity of neural representations ac

    Alex Williams 45 Dec 27, 2022
    CAMoE + Dual SoftMax Loss (DSL): Improving Video-Text Retrieval by Multi-Stream Corpus Alignment and Dual Softmax Loss

    CAMoE + Dual SoftMax Loss (DSL): Improving Video-Text Retrieval by Multi-Stream Corpus Alignment and Dual Softmax Loss This is official implement of "

    程星 87 Dec 24, 2022
    Open & Efficient for Framework for Aspect-based Sentiment Analysis

    PyABSA - Open & Efficient for Framework for Aspect-based Sentiment Analysis Fast & Low Memory requirement & Enhanced implementation of Local Context F

    YangHeng 567 Jan 07, 2023
    Caffe models in TensorFlow

    Caffe to TensorFlow Convert Caffe models to TensorFlow. Usage Run convert.py to convert an existing Caffe model to TensorFlow. Make sure you're using

    Saumitro Dasgupta 2.8k Dec 31, 2022
    PyTorch framework for Deep Learning research and development.

    Accelerated DL & RL PyTorch framework for Deep Learning research and development. It was developed with a focus on reproducibility, fast experimentati

    Catalyst-Team 29 Jul 13, 2022
    Material related to the Principles of Cloud Computing course.

    CloudComputingCourse Material related to the Principles of Cloud Computing course. This repository comprises material that I use to teach my Principle

    Aniruddha Gokhale 15 Dec 02, 2022
    Code for "Continuous-Time Meta-Learning with Forward Mode Differentiation" (ICLR 2022)

    Continuous-Time Meta-Learning with Forward Mode Differentiation ICLR 2022 (Spotlight) - Installation - Example - Citation This repository contains the

    Tristan Deleu 25 Oct 20, 2022
    Using Convolutional Neural Networks (CNN) for Semantic Segmentation of Breast Cancer Lesions (BRCA)

    Using Convolutional Neural Networks (CNN) for Semantic Segmentation of Breast Cancer Lesions (BRCA). Master's thesis documents. Bibliography, experiments and reports.

    Erick Cobos 73 Dec 04, 2022
    ECLARE: Extreme Classification with Label Graph Correlations

    ECLARE ECLARE: Extreme Classification with Label Graph Correlations @InProceedings{Mittal21b, author = "Mittal, A. and Sachdeva, N. and Agrawal

    Extreme Classification 35 Nov 06, 2022
    A note taker for NVDA. Allows the user to create, edit, view, manage and export notes to different formats.

    Quick Notetaker add-on for NVDA The Quick Notetaker add-on is a wonderful tool which allows writing notes quickly and easily anytime and from any app

    5 Dec 06, 2022