Git Product home page Git Product logo

supersonic's People

Contributors

huantwang 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

supersonic's Issues

ModuleNotFoundError: No module named 'AE'

I directly tried to reproduce the 3rd case study. However, I encountered some error:

> conda activate ss
>  cd /home/sys/SUPERSONIC

>  python SuperSonic/policy_search/supersonic_main.py --env BanditCSREnv-v0  --datapath "tasks/CSR/DATA" --mode policy --total_steps 10 2>/dev/null

> python SuperSonic/policy_search/supersonic_main.py --env BanditCSREnv-v0  --datapath "tasks/CSR/DATA" --mode config --iterations 10 --task CSR 2>/dev/null

> python SuperSonic/policy_search/supersonic_main.py --env BanditCSREnv-v0  --datapath "tasks/CSR/DATA" --mode deploy --training_iterations 50 --task CSR 2>/dev/null
...
== Status ==
Memory usage on this node: 4.0/62.0 GiB
Using FIFO scheduling algorithm.
Resources requested: 0/50 CPUs, 0/1 GPUs, 0.0/36.13 GiB heap, 0.0/12.45 GiB objects
Result logdir: /home/sys/SUPERSONIC/SuperSonic/logs/model_save/SAC
Number of trials: 1 (1 TERMINATED)
+------------------------+------------+-------+--------+------------------+------+----------+
| Trial name             | status     | loc   |   iter |   total time (s) |   ts |   reward |
|------------------------+------------+-------+--------+------------------+------+----------|
| SAC_csr_rl_b5add_00000 | TERMINATED |       |     50 |          61.4566 | 9650 |        0 |
+------------------------+------------+-------+--------+------------------+------+----------+
-------------------------------

optimization finished, ready to use our script to evaluate performance
-------------------------------

start executing, usually takes 3 mins

> python tasks/CSR/run.py

Traceback (most recent call last):
  File "tasks/CSR/run.py", line 1, in <module>
    from AE.utils.Calculate import CalculateCSRDemo
ModuleNotFoundError: No module named 'AE'

question regarding StokeEnv

we're trying to use StokeEnv and we're looking at master branch

seems like overall architecture is
c++ side <--gRPC--> python side
I see some of c++ side implementation using stoke in docker image nwussimage/supersonic_0.1

and I thought this is the class to use

but it's halted at

and also, I can't understand how stoke side's search procedure is triggered from stoke_rl class

really appreciate your help
thanks

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.