Hai Cheng

Results 4 issues of Hai Cheng

Hi, I want to use RFpipe to emulate a multi-hop network where each hop use one transmitting frequency. For example, a four nodes case: "SRC --> RLY1 --> RLY2 -->...

Due to specific requirements, I need install Emane 0.9.3 to test my code. - I download the source code from https://github.com/adjacentlink/emane/archive/v0.9.3.zip. - Install the dependencies for Ubuntu 16.04 - "./autogen.sh...

Just wonder how can you set the transmit [datarate](https://github.com/adjacentlink/emane/wiki/RF-Pipe-Model#datarate) in MAC layer? It says it is used to compute the transmit delay (packet size/datarate). However, from my understanding, the transmit...

question

Hi, I am running the cql example (agents/tf_agents/examples/cql_sac/kumar20/cql_sac_train_eval.py) with tf-agents v0.15.0 + tf v2.11.0. It raises error ``` AttributeError: module 'rlds' has no attribute 'load' ``` from the [line](https://github.com/tensorflow/agents/blob/acc860e551f1f342a21328caa7981da4fe001a5a/tf_agents/examples/cql_sac/kumar20/cql_sac_train_eval.py#L93C76-L94C1) ```...