Giter Club home page Giter Club logo

train-robot-arm-from-scratch's Introduction

Train a robot arm from scratch

  • Part 1: built a training framework
  • Part 2: Learn to build a environment from scratch
  • Part 3: Complete the basic environment script, see how arm moves
  • Part 4: Plug a Reinforcement Learning method and try to train it
  • Part 5: Optimize and debug it
  • Final: Make a moving goal

img

Dependencies

  • Python
  • tensorflow
  • pyglet
  • numpy

This Reinforcement Learning practice code has its Chinese tutorial on 莫烦Python. You can view more tutorials on this page or know more about me on here.

train-robot-arm-from-scratch's People

Contributors

morvanzhou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

train-robot-arm-from-scratch's Issues

done判断条件疑问

你好, 看了你的程序,感觉env中的done判断条件如part5中,43行的else是否应该对应38行的if啊?

OSError: exception: access violation reading 0x000000000000001C

当我运行part2的env.py文件,报如下错误,请教一下是怎么回事
问题出在self.flip()函数
File "D:\Anaconda2\envs\py3.6\lib\site-packages\pyglet\window\win32_init_.py", line 321, in flip
self.context.flip()
File "D:\Anaconda2\envs\py3.6\lib\site-packages\pyglet\gl\win32.py", line 226, in flip
_gdi32.SwapBuffers(self.canvas.hdc)
OSError: exception: access violation reading 0x000000000000001C

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.