# tianshou Tianshou(天授) is a reinforcement learning platform. ![alt text](https://github.com/sproblvem/tianshou/blob/master/docs/figures/tianshou_architecture.png "Architecture of tianshou") ## data TODO: Replay Memory Multiple wirter/reader Importance sampling ## simulator go(for AlphaGo) ## environment gym ## core TODO: Optimizer MCTS ## agent (optional) DQNAgent etc.