Jiachen Li

Results 4 issues of Jiachen Li

Hi, Thank you again for developing the amazing tools! I am using WandB along with tensorboard. Moreover, I am doing training and evaluation in a multiprocessing manner. Thus, I call...

``` TensorFlow version: 1.13.2 Compiling Plasma TensorFlow Op... Running command ['g++', '-std=c++11', '-g', '-shared', '/home/jiachen/miniconda3/envs/test/lib/python3.7/site-packages/ray/pyarrow_files/pyarrow/tensorflow/plasma_op.cc', '-o', '/home/jiachen/miniconda3/envs/test/lib/python3.7/site-packages/ray/pyarrow_files/pyarrow/tensorflow/plasma_op.so', '-DNDEBUG', '-I/home/jiachen/miniconda3/envs/test/lib/python3.7/site-packages/ray/pyarrow_files/pyarrow/include', '-L/home/jiachen/miniconda3/envs/test/lib/python3.7/site-packages/ray/pyarrow_files/pyarrow', '-lplasma', '-larrow_python', '-larrow', '-fPIC', '-I/home/jiachen/miniconda3/envs/test/lib/python3.7/site-packages/tensorflow/include', '-D_GLIBCXX_USE_CXX11_ABI=1', '-L/home/jiachen/miniconda3/envs/test/lib/python3.7/site-packages/tensorflow', '-ltensorflow_framework', '-O2', '-DGOOGLE_CUDA']...

Hi @aishwaryap, Thank you for releasing the dataset. It seems that there is a bug in the `get_state_changes` function: https://github.com/alexa/teach/blob/5554f02f55c22abfe5c2a749dbb24c13377726c8/src/teach/utils.py#L92 I believe it should be `agent_final = final_state["agents"][idx] ` instead....

**Is your feature request related to a problem? Please describe.** Currently, we did not conduct permission check when creating a job for the job creator. Instead, we only check the...

feature request