rdnfn / beobench

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

Create interactive mode #58

Closed rdnfn closed 2 years ago

rdnfn commented 2 years ago

Problem

Currently, the user can only test software in experiment containers via pre-written scripts. It might be worthwhile to add a simple API to get interactive shell access to experiment containers.

Potential Solution

Add API for starting interactive shell.

rdnfn commented 2 years ago

Not currently on the priority list. May be implemented at a later date.