-
-
-
-
-
rl-experiments Public
Forked from ray-project/rl-experimentsKeeping track of RL experiments
Apache License 2.0 UpdatedMay 8, 2021 -
-
nni Public
Forked from microsoft/nniAn open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Python MIT License UpdatedJan 19, 2021 -
python-parallel-programming-cookbook-cn Public
Forked from laixintao/python-parallel-programming-cookbook-cn📖《Python Parallel Programming Cookbook》中文版
Python UpdatedNov 3, 2020 -
Lihang Public
Forked from SmirkCao/LihangStatistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]
Python UpdatedApr 1, 2020 -
L2RPN Public
Forked from shidi1985/L2RPNCodaLab L2RPN: Learning to Run a Power Network
Python GNU Lesser General Public License v3.0 UpdatedJan 28, 2020 -
AlphaZero_Connect4 Public
Forked from plkmo/AlphaZero_Connect4PyTorch implementation of AlphaZero Connect from scratch (with results)
Python Apache License 2.0 UpdatedJan 9, 2020 -
ray Public
Forked from ray-project/rayA fast and simple framework for building and running distributed applications.
Python Apache License 2.0 UpdatedAug 28, 2019 -
-
osim-rl Public
Forked from stanfordnmbl/osim-rlReinforcement learning environments with musculoskeletal models
Python MIT License UpdatedJun 28, 2019 -
tensorpack Public
Forked from tensorpack/tensorpackA Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
Python Apache License 2.0 UpdatedJun 13, 2019 -
KaTCH Public
Forked from GVeitBatz/KaTCHKaTCH -- Karlsruhe Time-Dependent Contraction Hierarchies
C++ GNU Affero General Public License v3.0 UpdatedMay 17, 2019 -
Paddle Public
Forked from PaddlePaddle/PaddlePArallel Distributed Deep LEarning (PaddlePaddle核心框架,高性能单机、分布式训练和跨平台部署)
C++ Apache License 2.0 UpdatedApr 18, 2019 -
PARL Public
Forked from PaddlePaddle/PARLPARL PaddlePaddle Reinforcement Learning Framework
Python Apache License 2.0 UpdatedMar 26, 2019 -
scalable_agent Public
Forked from google-deepmind/scalable_agentA TensorFlow implementation of Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures.
Python Apache License 2.0 UpdatedMar 13, 2019 -
DeepReinforcementLearningPapers Public
Forked from UBCMOCCA/DeepReinforcementLearningPapersUpdatedNov 16, 2018 -
pytorch-seq2seq Public
Forked from IBM/pytorch-seq2seqpytorch-seq2seq is a framework for sequence-to-sequence (seq2seq) models in PyTorch.
Python Apache License 2.0 UpdatedMar 15, 2018 -
ln2sql Public
Forked from FerreroJeremy/ln2sqlA tool to query a database in natural language
Python GNU General Public License v3.0 UpdatedFeb 9, 2018 -
OpenNMT-py Public
Forked from OpenNMT/OpenNMT-pyOpen Source Neural Machine Translation in PyTorch
Python MIT License UpdatedFeb 6, 2018 -
-
Familia Public
Forked from baidu/FamiliaA Toolkit for Chinese Topic Modeling
C++ BSD 3-Clause "New" or "Revised" License UpdatedJun 28, 2017 -
-
-
-
500lines Public
Forked from aosabook/500lines500 Lines or Less
JavaScript Other UpdatedAug 18, 2016 -
Tinyhttpd Public
Forked from EZLippi/Tinyhttpdtinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。