Git Product home page Git Product logo

duckietown-mbrl-lib's People

Contributors

a3ahmad avatar alik-git avatar brahimbm avatar dtch1997 avatar eugenevinitsky avatar freiberg-roman avatar gauravmm avatar hxri avatar jan1854 avatar jarach-209 avatar luisenp avatar maximefournier887 avatar paulcrouther avatar robertocalandra avatar sradicwebster avatar

Stargazers

 avatar

duckietown-mbrl-lib's Issues

ModuleNotFoundError: No module named 'torch.fft' when using test/algorithms

Steps to reproduce

  1. Follow the readme guide to install and activate the RLDucky virtualenv
  2. Follow the readme and clone the duckietown-mbrl repo:
  3. Run python -m pytest tests/algorithms

Observed Results

  • What happened? This could be a description, log output, etc.
  • Error resulted: mbrl/util/math.py:12: in <module> import torch.fft E ModuleNotFoundError: No module named 'torch.fft'

Expected Results

  • What did you expect to happen?
  • Expected no issue with running the test.

Relevant Code

git clone https://github.com/alik-git/duckietown-mbrl-lib
cd duckietown-mbrl-lib
conda activate RLDucky
pip install -e ".[ducky]"`

pip install typing-extensions    #different fix

python -m pytest tests/algorithms

Do not do this to fix issue: pip install pytorch-fft

Managed to suppress this according to: #uma-pi1/kge#160 (comment) using the following:

pip install ax-platform
pip install botorch

Which updates to most recent versions. Probably an issue with MBRL and not this repo directly.

No module named 'typing_extensions' during test/algorithms

Steps to reproduce

  1. Follow the readme guide to install and activate the RLDucky virtualenv
  2. Follow the readme and clone the duckietown-mbrl repo:
  3. Run python -m pytest tests/algorithms

Observed Results

  • What happened? This could be a description, log output, etc.
  • Error resulted: File "/Users/paul/opt/anaconda3/envs/RLDucky/lib/python3.8/site-packages/hydra/test_utils/test_utils.py", line 20, in <module> from typing_extensions import Protocol ModuleNotFoundError: No module named 'typing_extensions'

Expected Results

  • What did you expect to happen?
  • Expected no issue with running the test.

Relevant Code

git clone https://github.com/alik-git/duckietown-mbrl-lib
cd duckietown-mbrl-lib
conda activate RLDucky
pip install -e ".[ducky]"`

python -m pytest tests/algorithms

Managed to suppress this according to: https://stackoverflow.com/questions/69108343/modulenotfounderror-no-module-named-typing-extensions using the following:

pip install typing-extensions

Which updates to most recent versions. Probably an issue with MBRL and not this repo directly.

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.