Skip to content

Instantly share code, notes, and snippets.

View ewanlee's full-sized avatar
🎯
Coding

Wenhao Li ewanlee

🎯
Coding
View GitHub Profile
@ewanlee
ewanlee / index.js
Created August 24, 2021 06:51
Listary 6 Beta's Youdao Translate Extension
const axios = require("axios");
var CryptoJS = require("crypto-js");
async function search(query) {
var appKey = '';
var key = '';
var salt = (new Date).getTime();
var curtime = Math.round(new Date().getTime()/1000);
var from = 'en';
var to = 'zh-CHS';
@ewanlee
ewanlee / PRICAI2018.md
Last active August 28, 2018 14:38
PRICAI 2018 第一日参会记录

PRICAI 2018 第一日参会记录

今天主要参与了以下两个workshop:

  • Workshop on Methods and Applications of Reinforcement Learning
  • AutoML Workshop at PRICAI 2018

比较重要的points记录如下:

@ewanlee
ewanlee / rl-papers.md
Created August 17, 2018 02:27
Some reinforcement learning papers that need to be read

Policy Gradient

  • Levine & Koltun (2013). Guided policy search: deep RL with importance sampled policy gradient (unrelated to later discussion of guided policy search)
  • Schulman, L., Moritz, Jordan, Abbeel (2015). Trust region policy optimization: deep RL with natural policy gradient and adaptive step size
  • Schulman, Wolski, Dhariwal, Radford, Klimov (2017). Proximal policy optimization algorithms: deep RL with importance sampled policy gradient

Actor-Critic

  • Mnih, Badia, Mirza, Graves, Lillicrap, Harley, Silver, Kavukcuoglu (2016). Asynchronous methods for deep reinforcement learning: A3C -- parallel online actor-critic
  • Schulman, Moritz, L., Jordan, Abbeel (2016). High-dimensional continuous control using generalized advantage estimation: batch-mode actor-critic with blended Monte Carlo and function approximator returns
  • Gu, Lillicrap, Ghahramani, Turner, L. (2017). Q-Prop: sample-efficient policygradient with an off-policy critic: policy gradient with Q-function control variate
@ewanlee
ewanlee / gist:3e0ed95e662e77e0bbb2f045c13d6d04
Created July 5, 2018 03:09
undefined reference to `google::protobuf... Ubuntu 16.04 CUDA9.0
you need gcc-5 and g++-5
@ewanlee
ewanlee / Install NVIDIA Driver and CUDA.md
Last active December 3, 2018 17:09 — forked from zhanwenchen/Install NVIDIA Driver and CUDA.md
Install NVIDIA CUDA 9.0 on Ubuntu 16.04.4 LTS