Giter Club home page Giter Club logo

decon-hnn's Issues

Code can't run

Running the command line python toy_systems.py --system_type "ChainPendulum" --model_type "MechanicsNN" returns the following error, could you please check?

NN
{'C': 5,
 'bs': 200,
 'data_seed': 0,
 'device': 'cuda:0',
 'loss': 'l2',
 'lr': 0.005,
 'n_systems': 1000,
 'net_cfg': {'hidden_size': 128},
 'net_seed': 0,
 'num_epochs': 2000,
 'regen': False,
 'tau': 10.0,
 'weight_decay': 0.0001}
Traceback (most recent call last):
  File "/home/ubuntu/decon-hnn/toy_systems.py", line 68, in <module>
    Fire(main)
  File "/home/ubuntu/anaconda3/envs/check/lib/python3.9/site-packages/fire/core.py", line 141, in Fire
    component_trace = _Fire(component, args, parsed_flag_args, context, name)
  File "/home/ubuntu/anaconda3/envs/check/lib/python3.9/site-packages/fire/core.py", line 466, in _Fire
    component, remaining_args = _CallAndUpdateTrace(
  File "/home/ubuntu/anaconda3/envs/check/lib/python3.9/site-packages/fire/core.py", line 681, in _CallAndUpdateTrace
    component = fn(*varargs, **kwargs)
  File "/home/ubuntu/decon-hnn/toy_systems.py", line 60, in main
    trainer = make_trainer(**cfg, network=net, body=body,
TypeError: make_trainer() got an unexpected keyword argument 'loss'

Some problem with mujoco data downloading

Hello!
It's really an exciting work and we really appreciate your released codes ! But we found some errors when we tried to download the mujoco training data you provided. Maybe something wrong with the authentication and vertification codes of gdrive api but we still cannot solve it after a few days' trying. If it is convenient for you, could you provide the direct link for us please to download the data via google drive instead of gdrive which occurs some bugs for us?
We really appreciate your time and help! Best wishes!

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.