A Python-Based Introduction
This repository provides Python code and Jupyter Notebooks accompanying the Reinforcement Learning for Finance — A Python-Based Introduction book published by O'Reilly.
You can register for free on our Quant Platform to make easy use of the Python code in the cloud. No local Python installation is required.
The original code of the book has been developed using TensorFlow 2.10. You can use the YAML file in the repository (rl4f_tf210.yaml) to create a Python environment with conda as follows:
conda env create -n rl4f_tf210 -f rl4f_tf210.yaml
© Dr. Yves J. Hilpisch | The Python Quants GmbH | October 2024
All code and Jupyter Notebooks come without representations or warranties, to the extent permitted by applicable law. They are intended for personal use only and do not represent any investment advice or recommendation of any form.
https://tpq.io | [email protected] | https://x.com/dyjh | https://youtube.com/dyjh

