Skip to content

AlexBabescu/freqgym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

59ec49f · Apr 18, 2022

History

14 Commits
Oct 27, 2021
Oct 27, 2021
Apr 18, 2022
Oct 27, 2021
Oct 30, 2021
Apr 18, 2022
Oct 30, 2021
Oct 26, 2021
Oct 30, 2021
Apr 18, 2022
Apr 18, 2022
Apr 18, 2022

Repository files navigation

freqgym

Combining freqtrade with OpenAI Reinforcement Learning environments

Installation with Conda

freqgym can be installed with Miniconda or Anaconda.

What is Conda?

Conda is a package, dependency and environment manager for multiple programming languages: conda docs

Installation with conda

Prepare freqgym environment, using file environment_cpuonly.yml or environment_cuda.yml, which exist in main freqgym directory

conda env create -n freqgym -f environment_cpuonly.yml

Enter/exit freqtrade-conda environment

To check available environments, type

conda env list

Enter installed environment

# enter conda environment
conda activate freqgym

# exit conda environment
conda deactivate

Download data with: freqtrade download-data --timerange=20201201-20211015 --timeframe 5m --exchange=binance --erase --pairs BTC/USDT

TODO

  • Multiple pair training
  • Vectorized envs
  • Normalization

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published