-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
33 lines (26 loc) · 1021 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=================================
RL-Glue Python Codec User README
=================================
----------------------------
THIS DISTRIBUTION (USER)
----------------------------
This is the user distribution, which means it does not come with the source code for the manual, etc.
----------------------------
LICENSE
----------------------------
This project is licensed under the Apache 2 license. Check LICENSE-2.0.txt for more info. To paraphrase, you can use this code how you see fit.
----------------------------
User Documentation
----------------------------
For full details about this codec and how it works, please check out the manual, PythonCodec.pdf, in this same directory.
----------------------------
Quick Install
----------------------------
The quick way to install this codec is to do:
>$ cd src
>$ python setup.py install
Additional information is available at the project's home page:
http://glue.rl-community.org/Home/Extensions/python-codec
--
Brian Tanner