Giter Site home page Giter Site logo

sac's Introduction

sac's People

Contributors

vaishak2future avatar goncamateus avatar

Stargazers

Zarah avatar Sina Ebrahimi avatar Yunuo Zhang avatar Viktor Pavlov avatar Maximilian Pavlov avatar Zichun Zhu avatar Junkyu Lee avatar Enrique avatar Zachary Bell avatar  avatar  avatar Hyunwoong Chang avatar Benny Lu avatar Aniket Bhatnagar avatar  avatar  avatar Ac31415 avatar Matthias Schinzel avatar  avatar  avatar Xujiang Zhao avatar  avatar Ichika avatar Seung-Ik Lee avatar Andreas Urbanski avatar Ben Secret avatar Signe Riemer-Sørensen avatar Tegmark avatar Shuo Jiang avatar Zihan Ding avatar Renan Lima Baima avatar yizhouzhao avatar Johnny He avatar  avatar Aneesh Rangnekar avatar  avatar Jae Lim avatar

Watchers

James Cloos avatar  avatar  avatar Zihan Ding avatar

sac's Issues

Gym "Not Implemented" error

I am trying to follow your notebook but am getting the following error in my gym (0.13.0):

NotImplementedError                       Traceback (most recent call last)
<ipython-input-9-a77d459651d6> in <module>
      9         else:
     10             action = env.action_space.sample()
---> 11             next_state, reward, done, _ = env.step(action)
     12 
     13 

G:\Anaconda3\lib\site-packages\gym\core.py in step(self, action)
    280 
    281     def step(self, action):
--> 282         return self.env.step(self.action(action))
    283 
    284     def action(self, action):

G:\Anaconda3\lib\site-packages\gym\core.py in action(self, action)
    283 
    284     def action(self, action):
--> 285         raise NotImplementedError
    286 
    287     def reverse_action(self, action):

NotImplementedError: 

I tried downgrading my gym to 0.10.5. Now instead of a Not Implemented I get WARN: <class '__main__.NormalizedActions'> doesn't implement 'action' method. Maybe it implements deprecated '_action' method.

Can you please let me know what version of gym you are using - perhaps there is a dependency there...

License

Hi,

I would like to ask you if I could modify your code a little bit and publish the modified version on my github? Maybe you could also assign a license to the project.

Thank you very much!

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.