onesamblack / futures-trading-gym

An OpenAI gym environment for futures trading
MIT License
28 stars 12 forks source link

Running this (via pip or other means)? #7

Open Vee8 opened 2 years ago

Vee8 commented 2 years ago

It looks like the gym_futures packages aren't available via pip. How would I go about running this? Does it have to be compiled alongside OpenAI gym and manually adding the futures_env.py as a custom environment? Any tips or pointers are appreciated.

onesamblack commented 1 year ago

Try cloning this repo, then adding to your project manually. Apologies, the setup.py is lacking here. :)