Giter VIP home page Giter VIP logo

dal's People

Contributors

khngseo avatar krrish94 avatar saikrishna-1996 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dal's Issues

cannot import name 'RewardModel'

I installed tensorflow, pytorch, tensorboardX, openai gym, openai baseline, tkinter, and dal
But when I executed the program by 'python main.py' ,
image
ImportError: cannot import name 'RewardModel'
I can't find any module named RewardModel.
Should I make the RewardModel on my own? If it does, could you explain how to make it?

Plus, I got another error when I executed the program,
ModuleNotFoundError: No module named 'config'
ModuleNotFoundError: No module named 'utils.py'
error was found.
I copied dal/sim/config.py to dal folder and copied dal/utils.py to dal/a2c_ppo_acktr folder.
Is it right?

Thanks so much

Config problem?

/dal/networks.py", line 40, in perceptual_laserscan_fc
d_in = Config.map_width * Config.map_height + Config.laser_scan_dim,
AttributeError: type object 'Config' has no attribute 'map_width'

Not able to run visualization of the environment

When running main.py, I use the argument --vis (among others) in order to visualize the environment. However, I keep getting the following error:

File "C:\Users\jelena\dal-master\a2c_ppo_acktr\visualize.py", line 69, in load_data
t_time = float(tmp[2])
IndexError: list index out of range

This seems to occur due to the structure of the Monitor.csv files saved in log_dir that only contain two inputs. (# {"t_start": 1595402349.3871763, "env_id": "dal-v0"} r,l,t). Apparently, load_data expects that more lines should be present, but I cannot understand why those are not there, as I did not change any of the original code. Do you have an idea why this may be happening?

Thanks a lot for your time!

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.