Skip to content

Commit

Permalink
- getting documentation ready for readthedocs.
Browse files Browse the repository at this point in the history
- throwing out engine2learn client lib (replace by TensorForce)
  • Loading branch information
sven1977 committed Dec 17, 2017
1 parent 94198ec commit ed534f5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# engine2learn
Machine Learning Interface into the UE4 Game Engine.

![Python](sven1977.github.com/engine2learn/images/python-logo.png)
![Spark](sven1977.github.com/engine2learn/images/spark-logo.png)
![TensorFlow](sven1977.github.com/engine2learn/images/tensorflow-logo.png)
![UE4](sven1977.github.com/engine2learn/images/ue4-logo.png)
![Python](sven1977.github.com/engine2learn/docs/images/python-logo.png)
![Spark](sven1977.github.com/engine2learn/docs/images/spark-logo.png)
![TensorFlow](sven1977.github.com/engine2learn/docs/images/tensorflow-logo.png)
![UE4](sven1977.github.com/engine2learn/docs/images/ue4-logo.png)

Connecting the Vagrant VM+Spark+Tensorflow world to the Game Dev world.

Expand Down Expand Up @@ -77,6 +77,21 @@ if __name__ == "__main__":
```


### Cite

If you use Engine2Learn in your academic research, we would be grateful if you could cite it as follows:

```
@misc{mika2017engine2learn,
author = {Mika, Sven and DeLoris, Roberto},
title = {Engine2Learn: Bringing Deep Reinforcement Learning to the Unreal Engine 4},
howpublished={Web page},
url = {https://github.com/ducandu/engine2learn},
year = {2017}
}
```


# Unreal

Having your project client compiled in your shared `/vagrant` directory, use `Vagrantfile-unreal` to start and provision the vagrant environment passing environment parameter, as in example below:
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import sys
sys.path.insert(0, os.path.abspath('../spygame'))
sys.path.insert(0, os.path.abspath('../'))
import engine2learn as el
#import engine2learn as el


# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = el.VERSION_
version = "0.1"
# The full version, including alpha/beta/rc tags.
release = el.RELEASE_
release = "0.1a9"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Engine2Learn is a library for bringing reinforcement learning to the UnrealEngin

readme_link.rst
intro.rst
e2l_reference.rst
.. e2l_reference.rst
Indices and tables
==================
Expand Down

0 comments on commit ed534f5

Please sign in to comment.