Giter Site home page Giter Site logo

kimhc6028 / pytorch-noreward-rl Goto Github PK

View Code? Open in Web Editor NEW
79.0 79.0 20.0 28 KB

pytorch implementation of Curiosity-driven Exploration by Self-supervised Prediction

Home Page: https://pathak22.github.io/noreward-rl/resources/icml17.pdf

License: MIT License

Python 100.00%
a3c deep-reinforcement-learning pytorch

pytorch-noreward-rl's People

Contributors

kimhc6028 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pytorch-noreward-rl's Issues

problem with reset

Hello,

The code runs fine for a few minutes. I get the following error when env.reset() is called. Any ideas on how to fix it?

Process Process-2:
Traceback (most recent call last):
File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/home/roozbehm/code/pytorch-noreward-rl/train.py", line 112, in train
state = env.reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 123, in reset
observation = self._reset()
File "/home/roozbehm/code/pytorch-noreward-rl/env_wrapper.py", line 53, in _reset
obs = self._convert(self.env.reset())
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 123, in reset
observation = self._reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 336, in _reset
return self.env.reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 123, in reset
observation = self._reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 336, in _reset
return self.env.reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 123, in reset
observation = self._reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 336, in _reset
return self.env.reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 123, in reset
observation = self._reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/wrappers/time_limit.py", line 49, in _reset
return self.env.reset()
File "/home/roozbehm/.local/lib/python3.5/site-packages/gym/core.py", line 123, in reset
observation = self._reset()
File "/usr/local/lib/python3.5/dist-packages/ppaquette_gym_doom/doom_env.py", line 215, in _reset
'singleton lock in memory.')
gym.error.Error: VizDoom incorrectly initiated. This is likely caused by a missing multiprocessing lock. To run VizDoom across multiple processes, you need to pass a lock when you configure the env [e.g. env.configure(lock=my_multiprocessing_lock)], or create and close an env before starting your processes [e.g. env = gym.make("DoomBasic-v0"); env.close()] to cache a singleton lock in memory.

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.