rdnfn / beobench

A toolkit providing easy and unified access to building control environments for reinforcement learning (RL).
https://beobench.readthedocs.io
MIT License
39 stars 4 forks source link

On arm64 experiment containers fail due to missing pypi ray package #32

Closed rdnfn closed 2 years ago

rdnfn commented 2 years ago

Problem

In arm64 architecture-based containers (e.g. on M1 macs) the experiment containers fail due to the ray package not being available (they only provide x86 wheels via pypi).

Solution

There are a few different approaches to tackle this problem:

Edit:

The focus will now be on getting a development version running without necessarily going for full performance.

Potential solution: