Giter Site home page Giter Site logo

ChronicsError: Grid2OpException ChronicsError "Path "c:\users\username\miniconda3\envs\grid2op\lib\site-packages\grid2op\data\test_multi_chronics" doesn't exists." about grid2op HOT 2 CLOSED

rte-france avatar rte-france commented on August 13, 2024
ChronicsError: Grid2OpException ChronicsError "Path "c:\users\username\miniconda3\envs\grid2op\lib\site-packages\grid2op\data\test_multi_chronics" doesn't exists."

from grid2op.

Comments (2)

Tezirg avatar Tezirg commented on August 13, 2024

Hello Kishan, thank you for reporting the issue.

We will discuss internally whether we should ship the dataset samples inside the grid2op package or leave it as is. That would increase the size of the package by ~7.9MB.

Meanwhile, for your needs you could try to use pip install -e . which should link the package in edit mode to the root of Grid2Op and therefore include the data folder.

from grid2op.

Tezirg avatar Tezirg commented on August 13, 2024

Hello again Kishan,

After discussion we concluded that shipping datasets samples in the grid2op package is not a suitable solution.

As you can see in the notebook (cell 3):

multi_episode_path = grid2op.CHRONICS_MLUTIEPISODE

Is given to the ChronicsHandler (cell 4):

data_feeding = ChronicsHandler(chronicsClass=Multifolder,
                               path=multi_episode_path,
                               gridvalueClass=GridStateFromFileWithForecasts,
                               max_iter=max_iter)

So you should be able to edit cell 3 so that:

multi_episode_path = "D:\Grid2Op\grid2op\data\test_multi_chronics"

And everything should work as expected.

from grid2op.

Related Issues (20)

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.