Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo examples are out of date and have several issues #248

Open
matwilso opened this issue May 4, 2021 · 2 comments
Open

Repo examples are out of date and have several issues #248

matwilso opened this issue May 4, 2021 · 2 comments

Comments

@matwilso
Copy link

matwilso commented May 4, 2021

I wanted to mess around with imitation learning on a simple lane following expert. Based on the README, I thought this would be easy to test out. But I had to edit several parts of the code, like to deal with python 3.8 features, and to account for renaming of directories. And even when I got things running, the line following agent didn't work. I had to revert back to an older commit and then it did work.

I could have messed up the install or missed something. But that is the experience I had trying to get something working from this repo. And based on other active issues, I don't think I am entirely alone.

If anyone is still actively maintaining this repo, there is work to be done to make it better to run out of the box. Or remove mention of things that don't work anymore, and fix broken links and references to renamed directories (e.g., pytorch --> basic)

@amirhesamyazdi
Copy link

I want to do the same thing but I face a lot of issues.
I used docker hub installation but I face ImportError: Library "fontconfig" not found.
and after I try some suggested fixes by Duckietown collaborators it still same error. I can't use pytorch_rl too even though pytorch is installed and I confirmed it by importing torch successfully.

Would you please share exactly how you got it working? I and I'm sure many would appreciate your input.

@tamas-visy
Copy link

I was able to solve the ImportError: Library "fontconfig" not found:

You can install it via apt-get install libfontconfig-dev (make sure to call apt-get update and maybe apt-get upgrade before).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants