[PYTHON] Reinforcement learning 2 Installation of chainerrl

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

Reinforcement learning 2 Installation of chainerrl
Reinforcement learning 18 Colaboratory + Acrobat + ChainerRL
Reinforcement learning 17 Colaboratory + CartPole + ChainerRL
Reinforcement learning 19 Colaboratory + Mountain_car + ChainerRL
Reinforcement learning 20 Colaboratory + Pendulum + ChainerRL
Reinforcement learning 9 ChainerRL magic remodeling
Deep reinforcement learning 2 Implementation of reinforcement learning
Reinforcement learning 21 Colaboratory + Pendulum + ChainerRL + A2C
Reinforcement learning 13 Try Mountain_car with ChainerRL.
Reinforcement learning 22 Colaboratory + CartPole + ChainerRL + A3C
Reinforcement learning 24 Colaboratory + CartPole + ChainerRL + ACER
[Introduction] Reinforcement learning
Future reinforcement learning_2
Future reinforcement learning_1
Reinforcement learning 14 Pendulum was done at ChainerRL.
[Reinforcement learning] Easy high-speed implementation of Ape-X!
Reinforcement learning 11 Try OpenAI acrobot with ChainerRL.
See the behavior of drunkenness with reinforcement learning
Reinforcement learning 12 ChainerRL quick start guide windows version
Reinforcement learning 27 colaboratory 90-minute rule measures chainerRL (+ chokozainerRL)
Installation of OpenMDAO (version 1.7.1)
Introduction of ferenOS 1 (installation)
Deep learning 1 Practice of deep learning
Reinforcement learning for tic-tac-toe
[Linux] Installation of nvm
Installation of Python 3.3 rc1
[Reinforcement learning] Bandit task
Python + Unity Reinforcement Learning (Learning)
Installation of matplotlib (Python 3.3.2)
Reinforcement learning 1 introductory edition
Installation of dlib, cv2
Installation of TensorFlow, a machine learning library from Google
I investigated the reinforcement learning algorithm of algorithmic trading
Reinforcement learning 7 Learning data log output
Play with reinforcement learning with MuZero
[Reinforcement learning] Tracking by multi-agent
Deep running 2 Tuning of deep learning
Reinforcement learning 6 First Chainer RL
Reinforcement learning starting with Python
Other applications of dictionary learning
[Reinforcement learning] Explanation and implementation of Ape-X in Keras (failure)
Reinforcement learning 5 Try programming CartPole?
Installation of ChEMBL webresource client
Reinforcement learning Learn from today
Supervised learning 1 Basics of supervised learning (classification)
Importance of machine learning datasets
Reinforcement learning 4 CartPole first step
Deep Reinforcement Learning 1 Introduction to Reinforcement Learning
1st month of programming learning
Source installation and installation of Python
DeepMind Reinforcement Learning Framework Acme
Reinforcement learning: Accelerate Value Iteration
I tried deep reinforcement learning (Double DQN) for tic-tac-toe with ChainerRL
Try to make a blackjack strategy by reinforcement learning ((1) Implementation of blackjack)
[Gang of Four] Design pattern learning
TF2RL: Reinforcement learning library for TensorFlow2.x
Reinforcement learning 34 Make continuous Agent videos
Installation of SciPy and matplotlib (Python)
Installation of OMC Cloud Agent --Linux-
Significance of machine learning and mini-batch learning
Python + Unity Reinforcement learning environment construction