ckrk / bidding_learning

Implementations of the Deep Q-Learning Algorithms for Auctions
MIT License
13 stars 6 forks source link

This is a great project! Can this run on ubuntu 18.04 please? #5

Open lgl-960709 opened 2 years ago

lgl-960709 commented 2 years ago

This is a great project! Can this run on ubuntu 18.04 please?

ckrk commented 2 years ago

Dear lgl,

happy to hear you like the Project!

Regarding the question, i have to say that the Project has been implemented and tested on Windows. Hence, we do not have any practical experience with ubuntu 18.04 yet.

That being said, i see no reason why it shouldnt work.

I recommend using conda for installation, as it is what we use. The only slightly unconventional package is numpy-groupies, which asfaik is only available over pip but i think it should not face any issues with ubuntu in particular.

Otherwise, we only use PyTorch and standard packages where i would expect no problems with ubuntu.

I would be very happy about feedback wether you can get the package to run!

Please do not hesitate to get in touch if you need somthing