pystk icon indicating copy to clipboard operation
pystk copied to clipboard

Python SuperTuxKart interface

Results 6 pystk issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Pystk throws a segmentation fault when calling `pystk.init(config)` **To Reproduce** ``` Python 3.9.9 (main, Apr 16 2022, 15:43:56) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits"...

**Describe the bug** Using the CAPTURE_THE_FLAG race type causes a segfault **To Reproduce** ```python config = pystk.GraphicsConfig.hd() config.screen_width = 800 config.screen_height = 600 pystk.init(config) config = pystk.RaceConfig() config.num_kart = 2...

This mainly a question. How difficult would it be to wrap this framework in a openai gym environment, so I could train a reinforcement learning agent to play this game...

Error installing when trying to install via pip ``` pip install PySuperTuxKart pip install PySuperTuxKart --no-cache-dir ``` rm -rf ~/.cache/pip and rerunning the pip install still didn't work. ![image](https://github.com/philkr/pystk/assets/25401067/94abdd37-4984-49a3-8462-4f440a3b2501)

**Describe the bug** I am unable to import the `pystk` module after installing `PySuperTuxKart` on my MacBook Pro with an Apple M2 chip. The installation of `PySuperTuxKart` reports success, but...