• Stars
    star
    335
  • Rank 125,904 (Top 3 %)
  • Language
    Jupyter Notebook
  • Created about 7 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

我的强化学习笔记和学习材料📖 still updating ... ...

[WIP]强化学习的学习仓库

这是我个人学习强化学习的时候收集的比较经典的学习资料、笔记和代码,分享给所有人。

为了直接在GitHub上用markdown文件看公式,推荐安装chrome插件:MathJax Plugin for Github

入门指南

课程笔记

实验目录

所有的实验源代码都在lib目录下,来自dennybritz。在原先代码的基础上,增加了对实验背景的具体介绍、代码和公式的对照。

  • Gridworld:对应MDPDynamic Programming
  • Blackjack:对应Model FreeMonte Carlo的Planning和Controlling
  • Windy Gridworld:对应Model FreeTemporal DifferenceOn-Policy ControllingSARSA
  • Cliff Walking:对应Model FreeTemporal DifferenceOff-Policy ControllingQ-learning
  • Mountain Car:对应Q表格很大无法处理(state空间连续)的Q-Learning with Linear Function Approximation
  • Atari:对应Deep-Q Learning

其他重要学习资料:

More Repositories

1

Cpp_Primer_Practice

搞定C++👊。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
C++
7,808
star
2

RNN-for-Joint-NLU

Tensorflow implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
Jupyter Notebook
281
star
3

paper_manager

A command-line manager programed in python, help with managing your local academic papers.
Python
89
star
4

pick_a_name

😄 从此爸妈没烦恼!!!
Python
54
star
5

simple_crf

simple Conditional Random Field implementation in Python
Python
42
star
6

intern

使用python爬取水木清华和北大未名的实习信息,在微信客户端进行展示。
JavaScript
31
star
7

algorithm_note

算法和数据结构学习笔记
Jupyter Notebook
25
star
8

clip_chinese_text_encoder

CLIP中文encoder
Jupyter Notebook
21
star
9

machine_learning_basic

my machine learning notes
Jupyter Notebook
15
star
10

tf_jieba

Tensorflow Operation Wrapper of cppjieba (Chinese Word Segamentation)
Python
11
star
11

nlp_projects

my nlp projects notebook
Jupyter Notebook
8
star
12

text_normalization

code and notes for kaggle competetion Text Normalization Challenge - English Language(https://www.kaggle.com/c/text-normalization-challenge-english-language)
Jupyter Notebook
8
star
13

intern_email

爬取实习信息,并发送邮件。
Python
6
star
14

applenob.github.io

my blog:
HTML
6
star
15

tensorflow_learning_notes

tensorflow实践集
Jupyter Notebook
5
star
16

tf_chat_seq2seq

A Seq2Seq generative chat-bot baseline implemented by Tensorflow.
Python
4
star
17

linux_basic

notebooks for my linux learning blog.
Jupyter Notebook
4
star
18

weibo_spider

使用selenium和Firefox浏览器,模拟登陆新浪微博,并且爬取微博内容和评论。
Python
4
star
19

delta_demo

A demo for delta-nlp usage
Python
3
star
20

learning_notebook

各方面零散的学习笔记。
Jupyter Notebook
2
star
21

paper_note

我的论文阅读笔记
2
star
22

reading_note

我的读书笔记
Jupyter Notebook
2
star
23

myNote

a note app written in js
JavaScript
2
star
24

spider

爬取北京大学软件学院新闻
JavaScript
2
star
25

deep_learning_note

深度学习相关笔记
Jupyter Notebook
2
star
26

pandas_note

my pandas/numpy/matplotlib learning note
Jupyter Notebook
1
star
27

travis_test

Python
1
star
28

topic_class

凤凰网新闻爬取和分类(Toy using sklearn)
Python
1
star