Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 248 Bytes

pystk-gym

A gym env for the game SuperTuxKart using pystk.

TODO:

  • pystk init -> pygame init -> pygame cleanup -> pystk cleanup
  • figure out why 2 gl context can't be in the same thread
  • write tests
  • take a look at highway_env for reference