Enable the interaction between ns-3 and popular frameworks using Python, which mean you can train and test your AI algorithms in ns-3 without changing any frameworks you are using now!
The first patch implements the missing logic for m_highVec and m_lowVec. The user can either specify the shape via a single value or a vector (corresponding to the shape of the corresponding index). Before, it was simply unused and ignored.
The second patch send terminated or truncated signals dynamically, depending on whether a game_over message was sent.
The first patch implements the missing logic for
m_highVec
andm_lowVec
. The user can either specify the shape via a single value or a vector (corresponding to the shape of the corresponding index). Before, it was simply unused and ignored.The second patch send
terminated
ortruncated
signals dynamically, depending on whether agame_over
message was sent.