Skip to content

Commit 9766330

Browse files
authored
Update README.md
1 parent 2d9b101 commit 9766330

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

+30-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# reinforce
2-
A framework for reinforcement learning
1+
Reinforce
2+
=========
3+
4+
[![Join the chat at https://gitter.im/codezoned2017/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/codezoned2017/Lobby) ![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)
5+
6+
About
7+
--------
8+
9+
This project aims to a framework for reinforcement learning, packaging various exisiting algorithms relevant to the field along with the capability of implementing new algorithms using the provided APIs.
10+
The initial release will provide APIs in C++ and Python.
11+
12+
Technologies
13+
------------
14+
15+
We are using the following technologies in our project,
16+
17+
1. C++
18+
2. Python
19+
3. Google Test
20+
4. Boost.Python/pybind11
21+
22+
How to contribute?
23+
------------------
24+
25+
Since the project is under development, as first steps we would like to have some inputs on API design, code structure. You can open new issues or comment on exisitng ones with your valuable feedback.
26+
You can refer the following documents for getting to know more about the field,
27+
28+
1. [Markov Decision Processes: Lecture Notes for STP 425](https://math.la.asu.edu/~jtaylor/teaching/Fall2012/STP425/lectures/MDP.pdf)
29+
2. [A Tutorial for Reinforcement Learning](https://web.mst.edu/~gosavia/tutorial.pdf)
30+
3. [Reinforcement Learning: An Introduction](https://web.stanford.edu/class/psych209/Readings/SuttonBartoIPRLBook2ndEd.pdf)

0 commit comments

Comments
 (0)