amithgopi / CPU-Branch-Prediction-and-Cache-Replacement-using-ML-and-RL

2 stars 1 forks source link

Create enviromment for RL #6

Open amithgopi opened 2 years ago

amithgopi commented 2 years ago
abbypjoby commented 2 years ago

Attempted to use zeromq in Mac M1, works with. python but the C++ implementation seems to throw issues. https://github.com/zeromq/zeromq.js/issues/477

abbypjoby commented 2 years ago

Server has restrictions around installing new libraries. Looks like it might be better to just pipes

https://claytonrichey.com/post/c-cpp-python-pipe/