Deep Reinforcement Learning music maker
Deep Reinforcement Learning Music Production
- Python 3.6 or higher (https://www.anaconda.com/download) or (https://www.python.org/downloads/)
- Optional but recommended Create (and activate) a new environment with Python 3.6.
Create (and activate) a new environment with Python 3.6.
- Linux or Mac:
conda create --name musicai python=3.6 source activate musicai
- Windows:
conda create --name musicai python=3.6 activate musicai
- Install requirements:
conda install --yes --file requirements.txt
- Run:
python .