- Python Reinforcement Learning Projects
- Sean Saito Yang Wenzhuo Rajalingappaa Shanmugamani
- 135字
- 2021-07-23 19:05:00
Installing packages
Assuming you have a working Python installation, you can install all the required packages using the requirements.txt file found in our repository. We also recommend you create a virtualenv to isolate your development environment from your main OS system. The following steps will help you construct an environment and install the packages:
# Install virtualenv using pip
$ pip install virtualenv
# Create a virtualenv
$ virtualenv rl_projects
# Activate virtualenv
$ source rl_projects/bin/activate
# cd into the directory with our requirements.txt
(rl_projects) $ cd /path/to/requirements.txt
# pip install the required packages
(rl_projects) $ pip install -r requirements.txt
And now you are all set and ready to start! The next few sections of this chapter will introduce the field of reinforcement learning and will also provide a refresher on deep learning.
推薦閱讀
- 輕輕松松自動(dòng)化測(cè)試
- 大數(shù)據(jù)戰(zhàn)爭(zhēng):人工智能時(shí)代不能不說(shuō)的事
- 實(shí)時(shí)流計(jì)算系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)
- Getting Started with MariaDB
- 基于ARM 32位高速嵌入式微控制器
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- 電氣控制與PLC技術(shù)應(yīng)用
- 氣動(dòng)系統(tǒng)裝調(diào)與PLC控制
- FPGA/CPLD應(yīng)用技術(shù)(Verilog語(yǔ)言版)
- 網(wǎng)絡(luò)服務(wù)搭建、配置與管理大全(Linux版)
- 統(tǒng)計(jì)挖掘與機(jī)器學(xué)習(xí):大數(shù)據(jù)預(yù)測(cè)建模和分析技術(shù)(原書(shū)第3版)
- Photoshop CS5圖像處理入門(mén)、進(jìn)階與提高
- The DevOps 2.1 Toolkit:Docker Swarm
- 人工智能:智能人機(jī)交互
- Instant Slic3r