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
    Large-scale Hyperspectral Image Clustering Using Contrastive Learning, CIKM 21 Workshop

    Spectral-spatial contrastive clustering (SSCC) Yaoming Cai, Yan Liu, Zijia Zhang, Zhihua Cai, and Xiaobo Liu, Large-scale Hyperspectral Image Clusteri

    Yaoming Cai 4 Nov 02, 2022
    Source code for deep symbolic optimization.

    Update July 10, 2021: This repository now supports an additional symbolic optimization task: learning symbolic policies for reinforcement learning. Th

    Brenden Petersen 290 Dec 25, 2022
    This is the official code for the paper "Tracker Meets Night: A Transformer Enhancer for UAV Tracking".

    SCT This is the official code for the paper "Tracker Meets Night: A Transformer Enhancer for UAV Tracking" The spatial-channel Transformer (SCT) enhan

    Intelligent Vision for Robotics in Complex Environment 27 Nov 23, 2022
    TorchX: A PyTorch Extension Library for More Efficient Deep Learning

    TorchX TorchX: A PyTorch Extension Library for More Efficient Deep Learning. @misc{torchx, author = {Ansheng You and Changxu Wang}, title = {T

    Donny You 8 May 28, 2022
    Jupyter notebooks for using & learning Keras

    deep-learning-with-keras-notebooks 這個github的repository主要是個人在學習Keras的一些記錄及練習。希望在學習過程中發現到一些好的資訊與範例也可以對想要學習使用 Keras來解決問題的同好,或是對深度學習有興趣的在學學生可以有一些方便理解與上手範例

    ErhWen Kuo 2.1k Dec 27, 2022
    MATLAB codes of the book "Digital Image Processing Fourth Edition" converted to Python

    Digital Image Processing Python MATLAB codes of the book "Digital Image Processing Fourth Edition" converted to Python TO-DO: Refactor scripts, curren

    Merve Noyan 24 Oct 16, 2022
    An off-line judger supporting distributed problem repositories

    Thaw 中文 | English Thaw is an off-line judger supporting distributed problem repositories. Everyone can use Thaw release problems with license on GitHu

    countercurrent_time 2 Jan 09, 2022
    Implemented fully documented Particle Swarm Optimization algorithm (basic model with few advanced features) using Python programming language

    Implemented fully documented Particle Swarm Optimization (PSO) algorithm in Python which includes a basic model along with few advanced features such as updating inertia weight, cognitive, social lea

    9 Nov 29, 2022
    Bootstrapped Unsupervised Sentence Representation Learning (ACL 2021)

    Install first pip3 install -e . Training python3 training/unsupervised_tuning.py python3 training/supervised_tuning.py python3 training/multilingual_

    yanzhang_nlp 26 Jul 22, 2022
    MonoRec: Semi-Supervised Dense Reconstruction in Dynamic Environments from a Single Moving Camera

    MonoRec: Semi-Supervised Dense Reconstruction in Dynamic Environments from a Single Moving Camera

    Felix Wimbauer 494 Jan 06, 2023
    An onlinel learning to rank python codebase.

    OLTR Online learning to rank python codebase. The code related to Pairwise Differentiable Gradient Descent (ranker/PDGDLinearRanker.py) is copied from

    ielab 5 Jul 18, 2022
    NDE: Climate Modeling with Neural Diffusion Equation, ICDM'21

    Climate Modeling with Neural Diffusion Equation Introduction This is the repository of our accepted ICDM 2021 paper "Climate Modeling with Neural Diff

    Jeehyun Hwang 5 Dec 18, 2022
    Ground truth data for the Optical Character Recognition of Historical Classical Commentaries.

    OCR Ground Truth for Historical Commentaries The dataset OCR ground truth for historical commentaries (GT4HistComment) was created from the public dom

    Ajax Multi-Commentary 3 Sep 08, 2022
    Recovering Brain Structure Network Using Functional Connectivity

    Recovering-Brain-Structure-Network-Using-Functional-Connectivity Framework: Papers: This repository provides a PyTorch implementation of the models ad

    5 Nov 30, 2022
    A 2D Visual Localization Framework based on Essential Matrices [ICRA2020]

    A 2D Visual Localization Framework based on Essential Matrices This repository provides implementation of our paper accepted at ICRA: To Learn or Not

    Qunjie Zhou 27 Nov 07, 2022
    Efficiently Disentangle Causal Representations

    Efficiently Disentangle Causal Representations Install dependency pip install -r requirements.txt Main experiments Causality direction prediction cd

    4 Apr 01, 2022
    This is 2nd term discrete maths project done by UCU students that uses backtracking to solve various problems.

    Backtracking Project Sponsors This is a project made by UCU students: Olha Liuba - crossword solver implementation Hanna Yershova - sudoku solver impl

    Dasha 4 Oct 17, 2021
    N-gram models- Unsmoothed, Laplace, Deleted Interpolation

    N-gram models- Unsmoothed, Laplace, Deleted Interpolation

    Ravika Nagpal 1 Jan 04, 2022
    Deformable DETR is an efficient and fast-converging end-to-end object detector.

    Deformable DETR: Deformable Transformers for End-to-End Object Detection.

    2k Jan 05, 2023
    Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.

    Core ML Tools Use coremltools to convert machine learning models from third-party libraries to the Core ML format. The Python package contains the sup

    Apple 3k Jan 08, 2023