Pinned Repositories
aamas_19
Source code for the paper "Online Abstraction with MDP Homomorphisms for Deep Learning".
adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
ai-deadlines
:alarm_clock: AI conference deadline countdowns
AlphaGOZero-python-tensorflow
Congratulation to DeepMind! This is a reengineering implementation (on behalf of many other git repo in /support/) of DeepMind's Oct19th publication: [Mastering the Game of Go without Human Knowledge]. The supervised learning approach is more practical for individuals. (This repository has single purpose of education only)
anonymous_github
Anonymous Github is a proxy server to support anonymous browsing of Github repositories for open-science code and data.
Arcade-Learning-Environment
The Arcade Learning Environment (ALE) -- a platform for AI research.
ArraySortAlgorithm
各个排序算法
atari-py
An `openai/atari-py` fork with Windows support and removed zlib/libpng dependencies. Binaries (wheels) are on "Releases" tab.
Synthetic-PandoraHearts-Jack
TStarBots
Lamperougeyxy's Repositories
Lamperougeyxy/AlphaGOZero-python-tensorflow
Congratulation to DeepMind! This is a reengineering implementation (on behalf of many other git repo in /support/) of DeepMind's Oct19th publication: [Mastering the Game of Go without Human Knowledge]. The supervised learning approach is more practical for individuals. (This repository has single purpose of education only)
Lamperougeyxy/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
Lamperougeyxy/conference_call_for_paper
2018-2019 International Conferences in Artificial Intelligence, Computer Vision and Image Processing
Lamperougeyxy/easy-scraping-tutorial
Simple but useful Python web scraping tutorial code.
Lamperougeyxy/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
Lamperougeyxy/GASIL
Independent Generative Adversarial Self-Imitation Learning In Cooperative Multiagent Systems
Lamperougeyxy/IMPLEMENTATION_Variational-Auto-Encoder
Simple implementation of Variational Autoencoder
Lamperougeyxy/jieba
结巴中文分词
Lamperougeyxy/marp
Markdown presentation writer, powered by Electron.
Lamperougeyxy/mcts-1
An implementation of Monte Carlo Tree Search in python
Lamperougeyxy/michi
Minimalistic Go MCTS Engine
Lamperougeyxy/NJUNMT-tf
An open-source neural machine translation system developed by Natural Language Processing Group, Nanjing University.
Lamperougeyxy/nmt
TensorFlow Neural Machine Translation Tutorial
Lamperougeyxy/NSGA-II
This is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimization. It is a very effective algorithm but has been generally criticized for its computational complexity, lack of elitism and for choosing the optimal parameter value for sharing parameter σshare. A modified version, NSGA II was developed, which has a better sorting algorithm , incorporates elitism and no sharing parameter needs to be chosen a priori.
Lamperougeyxy/PCNN
A neural architecture for relation extraction task implemented in Tensorflow.
Lamperougeyxy/Pulse-coupled_neural_networks_PCNN
Computational Mechanisms of Pulse-Coupled Neural Networks: A Comprehensive Review
Lamperougeyxy/pycma
Python implementation of CMA-ES
Lamperougeyxy/python-sc2
A StarCraft II bot api client library for Python 3
Lamperougeyxy/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Lamperougeyxy/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
Lamperougeyxy/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials
Lamperougeyxy/sc2reader
A python library that extracts data from various Starcraft II resources to power tools and services for the SC2 community. Who doesn't want to hack on the games they play?
Lamperougeyxy/starcraft_ubuntu
Contains StarCraft I and II installation folders to be used with PYMARL
Lamperougeyxy/tensorflow-eager-tutorials
Simple tutorials for building neural networks with TensorFlow Eager.
Lamperougeyxy/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
Lamperougeyxy/tensorflow-zh
谷歌全新开源人工智能系统TensorFlow官方文档中文版
Lamperougeyxy/typora_copy_images
让typora和word一样好用
Lamperougeyxy/Variational_Discriminator_Bottleneck
Implementation (with some experimentation) of the paper titled "VARIATIONAL DISCRIMINATOR BOTTLENECK: IMPROVING IMITATION LEARNING, INVERSE RL, AND GANS BY CONSTRAINING INFORMATION FLOW" (arxiv -> https://arxiv.org/pdf/1810.00821.pdf)
Lamperougeyxy/word2vec-1
Automatically exported from code.google.com/p/word2vec
Lamperougeyxy/zeroshot-imitation
[ICLR 2018] TensorFlow code for zero-shot visual imitation by self-supervised exploration