Skip to content

588585/cvwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvwork

https://medium.com/@viem2377/object-detection-in-2d-video-games-using-the-cv2-match-function-in-python-ee8908fb8c53

how to start

git pull gym-maze


cd src
git pull https://github.com/rpinsler/gym-maze.git


install

.venv\Scripts\activate

pip install pyautogui
pip install opencv-python
pip install numpy
pip install pygetwindow
pip install pyscreeze Pillow
pip install keyboard
pip install gym
pip install matplotlib
pip install future
pip install tqdm
cd C:\Users\jim\git\cvwork\src\gym-maze
.venv\Scripts\activate
pip install -e .
pip install gym-maze
pip install ipykernel
%pip install ipywidgets
pip install tensorflow 
cd src
git clone https://github.com/vitchyr/rlkit.git

change setup.py

from distutils.core import setup
from setuptools import find_packages

setup(
    name='rlkit',
    version='0.2.1dev',
    packages=find_packages(),
    license='MIT License',
    long_description=open('README.md').read(),
    install_requires=[
        'numpy',
    ],

)
cd src\rlkit
pip install -e .

cd ..
cd ..

pip install torch
pip install scikit-image
pip install imageio imageio_ffmpeg
python -m ipykernel install --user --name=venv36 --display-name "Python (venv36)"

run!

.venv\Scripts\activate
jupyter notebook

stop!

" ctrl + c "

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •