JUDITH NJOKU

Results 5 comments of JUDITH NJOKU

I am trying to replicate Figure 1. ![image](https://user-images.githubusercontent.com/34668590/116336012-c8ff8a00-a812-11eb-85eb-dd560f5be5d8.png) From the code, does the **mean of V2I rate** refer to the **Sum rate of V2I links**? What is the equivalent of...

I am actually the code in jupyter lab When i run the initial code. I got the error message in the snip below. ![image](https://user-images.githubusercontent.com/34668590/112788073-04ccf580-9095-11eb-917c-aefd488c35b9.png) so I changed the line: `import...

I just tried agent.py running from a terminal and i got the initial error message ![image](https://user-images.githubusercontent.com/34668590/112793121-ac4f2580-909f-11eb-9d25-c14e82b5bbcd.png)

I have been unable to resolve this issue.

This is working now ![image](https://user-images.githubusercontent.com/34668590/115695087-70f0ff80-a39c-11eb-9375-a211519ba39a.png) I just downgraded my python version to python 3.6 and changed `import tensorflow as tf ` to `import tensorflow.compat.v1 as tf` then i added tf.disable_v2_behavior()...