It is assumed that Reinforcement Learning 1 has been completed.
Create an environment in anaconda.
conda create --name chainer python=3.7
conda activate chainer
From now on, I will work with chainer.
conda install cupy chainer
chainer can be installed with conda, but rl is not. Follow the Quick Start Guide to install.
sudo apt install xvfb freeglut3-dev ffmpeg
pip install chainerrl
pip install pyglet
pip install pyopengl
pip install pyvirtualdisplay
Since windows are a little different, I will write them together in Reinforcement Learning 12.
Recommended Posts