Reinforcement learning project that investigates different methods of learning skills that are beneficial for decision making
Download the repo:
git clone https://github.com/IBM/skills-for-planning.git
Install the dependencies:
cd skills-for-planning
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt