Reinforcement learning 35 python Local development, paste a link to myModule and import it.

It is intended for junior high school students to university students who are new to AI.

I am developing a learning environment for reinforcement learning with chokozainerRL, but the flow of changing it with local git, sending it remotely, and checking it with colaboratory is quite troublesome.

When checking for simple module changes, if you have a local python environment, it's faster to check there. At that time, you can change it with git, send it to the remote, and install pip again.

Directly anaconda3/envs/chainer/lib/python3.7/site-packages/chokozainerrl If you change, it will be copied when you upload it with git, so ...

So I put a symbolic link.

ln -s /home/{user name}/chainerrl/chainerrl anaconda3/envs/chainer/lib/python3.7/site-packages/chainerrl
ln -s /home/{user name}/chokozainerrl/chokozainerrl anaconda3/envs/chainer/lib/python3.7/site-packages/chokozainerrl

Please change each {user name}. Now you can do a simple check. It's easier to do a simple check with your local jupyter notebook and then upload it to Colaboratory to check it. It seems that it takes time to upload chainerRL to PyPI after it is updated with git, so it is convenient to do this when trying a new one.

Recommended Posts

Reinforcement learning 35 python Local development, paste a link to myModule and import it.
[Python] How to scrape a local html file and output it as CSV using Beautiful Soup
Beginners want to make something like a Rubik's cube with UE4 and make it a library for reinforcement learning # 4
Beginners want to make something like a Rubik's cube with UE4 and make it a library for reinforcement learning # 5
Beginners want to make something like a Rubik's cube with UE4 and make it a library for reinforcement learning # 6
A python beginner tried to intern at an IT company [Day 1 development process]
[Python] Concatenate a List containing numbers and write it to an output file.
Build a python environment to learn the theory and implementation of deep learning
[Python] How to create a local web server environment with SimpleHTTPServer and CGIHTTPServer
MessagePack-Try to link Java and Python with RPC
Let's write a Python program and run it
How to set up a local development server
A Python script that crawls RSS in Azure Status and posts it to Hipchat
It would be wise to write like boolean and "A" or "B" [Python] [But]
[Selenium] Open the link in a new tab and move it [Python / Chrome Driver]
[Introduction to system trading] I drew a Stochastic Oscillator with python and played with it ♬
Quickly create a Python data analysis dashboard with Streamlit and deploy it to AWS
Until you create a machine learning environment with Python on Windows 7 and run it
I want to climb a mountain with reinforcement learning
Implementing a generator using Python> link> yield and next ()> yield
Build a machine learning application development environment with Python
[Introduction to Udemy Python3 + Application] 68. Import statement and AS
A learning roadmap that allows you to develop and publish services from scratch with Python
How to interactively draw a machine learning pipeline with scikit-learn and save it in HTML
A story that makes it easy to estimate the living area using Elasticsearch and Python
Recursively get the Excel list in a specific folder with python and write it to Excel.
I made a server with Python socket and ssl and tried to access it from a browser
[Python] What is a tuple? Explains how to use without tuples and how to use it with examples.
An easy way to view the time taken in Python and a smarter way to improve it
Reinforcement learning 1 Python installation
Python + Unity Reinforcement Learning (Learning)
Try to make it using GUI and PyQt in Python
[Python] Get used to Keras while implementing Reinforcement Learning (DQN)
Temporarily save a Python object and reuse it in another Python
Application to display and search local memos (diary) in Python
Associate Python Enum with a function and make it Callable
[Google Colab] How to interrupt learning and then resume it
[pyqtgraph] Add region to the graph and link it with the graph region
How to import a file anywhere you like in Python
Get a Python web page, character encode it, and display it
A standard way to develop and distribute packages in Python
Try to bring up a subwindow with PyQt5 and Python
Get a global IP and export it to Google Spreadsheets
Build a Python environment and transfer data to the server
How to convert Youtube to mp3 and download it super-safely [Python]
How to build a python2.7 series development environment with Vagrant
Python learning basics ~ How to output (display) a character string? ~
Object-oriented in C: Refactored "○ ✕ game" and ported it to Python
How to write a metaclass that supports both python2 and python3
A python beginner tried to intern at an IT company
Just try to receive a webhook in ngrok and python
Overview of Python virtual environment and how to create it
Building a Python development environment on Windows -From installing Anaconda to linking Atom and Jupyter Notebook-
Find the white Christmas rate by prefecture with Python and map it to a map of Japan
[Python] The role of the asterisk in front of the variable. Divide the input value and assign it to a variable
A story about everything from data collection to AI development and Web application release in Python (3. AI development)