GitXplorerGitXplorer
h

gncgym

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
e1c9e6bea09dde1e3f6d27923e373fc892bb3ea5

Merge branch 'master' of https://github.com/haakonrob/gncgym

hhaakonrob committed 5 years ago
Unverified
47fa27c08d2e8e396cd21dfedee1d549b0249320

Backing up local changes

hhaakonrob committed 5 years ago
Unverified
f80ec11ae6660071d7ccd92f867055389c0b87ff

Added installation instructions to the README

hhaakonrob committed 6 years ago
Unverified
53f2a2a24c303c9697eadd1be3f5d61f8204a021

Added import error prints for pyglet in rendering.py

hhaakonrob committed 6 years ago
Unverified
bee31936488ee1d93c25d63484c2edfc036269bb

Background generation assumed /tmp folder, did not work on windows. Gym also removed its reraise() function, so I removed the references to that in rendering.py

hhaakonrob committed 6 years ago
Unverified
a59bc5d4081b6ec4ebc27d9443a36ffe66098389

Started work on indicators refactor

hhaakonrob committed 6 years ago

README

The README file for this repository.

gncgym

Installation

To install gncgym and all of its dependencies, clone the repository and navigate to the folder, and then use pip install.

git clone https://github.com/haakonrob/gncgym
cd gncgym
pip install -e .

This installs gncgym as an "editable" library using links. If you don't need to edit the files, and just want to use the library, just use the following instead of the last line.

pip install .

This will also create a startup script that allows you to the library from the command line.

Usage

After installation, type the following in a terminal to start an example scenario where you can control the vessel using the arrow keys.

gncgym play