• Stars
    star
    1
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

이 저장소는 OpenAI gym의 cartpole 환경을 Deep Q Network를 활용해 학습하는 코드를 담고있습니다.

More Repositories

1

LSTM_VST_PVGF

Multi-scale LSTM based hourly Photovoltaic (PV) power generation forecasting
Python
29
star
2

-RL-PolicyGradient_summarization

이 저장소는 강화학습의 학습 방법 중 하나인 정책 경사(policy gradient)에 대한 방법론을 정리합니다.
Python
7
star
3

-RL-My_IEEE_Journal_Imple.-DDPG-

This repository contains my work submitted to IEEE Transactions on Vehicular Technology (TVT). The journal is about 'proactive caching policy learning in mmWave vehicular networks' with DDPG. Some part of the contents will be uploaded after submission.
3
star
4

-RL-Q_learning-Neural-network-

Q-learning with neural network
Python
2
star
5

LSTM_MNIST

Long term short memory with MNIST
Python
1
star
6

assignment06

assignment06
Jupyter Notebook
1
star
7

-RL-Context_Bandit

Context bandit problem with reinforcement learning
Python
1
star
8

Reinforcement_learning

Journey of RL implementations
1
star
9

assignment07

1
star
10

assignment01

CAU_Datamining assignment01
TeX
1
star
11

-RL-Double_Dueling_DQN

This repository implements the 'double dueling DQN', which extends the DQN.
Python
1
star
12

-TVT-A3C-Base

A3C base code (w/. Tensorflow) for TVT
Python
1
star
13

LSTM-examples

Examples of model w.r.t. LSTM
Python
1
star
14

assignment03

Datamining class assignment03
Jupyter Notebook
1
star
15

-Multiarmed_bandit-Reinforcement-learning

This repository is implementation regarding "Multiarmed bandit problem"
Python
1
star
16

-RL-Q_learning

This repo. is about the Q-learning
Python
1
star
17

-TVT-DQN-Base

DQN base code (w/. Keras) for TVT
Python
1
star
18

assignment02

Datamining class assignment02
Jupyter Notebook
1
star
19

-RL-ReviewPapers

This is a repository for reviewing some interesting RL papers.
1
star
20

RL_MarkovDecisionProcess

This repository elaborates the implementation of the (finite) Markov decision process (MDP)
Python
1
star
21

-Reference-NLP_RL

Bag of references for paper work
1
star
22

assignment05

assignment05
Jupyter Notebook
1
star
23

-RL-AWS_DeepRacer_Project

본 저장소는 아마존 웹 서비스 (AWS)에서 출시한 '강화학습 기반 자율주행자동차'인 AWS DeepRacer를 활용한 연구물들을 저장합니다. AWS SageMaker 및 AWS RoboMaker를 활용한 AWS DeepRacer 프로젝트 관련된 파일들이 업로드 될 예정입니다. :)
1
star
24

DDPG_mj

DDPG_mj
Python
1
star
25

assignment04

Datamining assignment 04
Jupyter Notebook
1
star
26

-RL-Value_based_summariaztion

이 저장소는 DQN, DRQN, PER, Rainbow DQN과 같은 value-based RL 알고리즘들을 정리하고 직접 구현한 소스코드를 공유합니다.
1
star
27

-RL-Deep_Q_Network

This repository describes the 'Deep Q-Network'. For the improved algorithms, 'Dueling DQN', which divide the action-value function (Q(s, a)) into advantage function (A(a)) and state-value function (v(s)) and 'Double DQN', which has two neural network (primary NN and target NN) will be uploaded as well.
Python
1
star