Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. ---- STEP: 11999. sf_idx: 19999
  2. gs_PT_A0_IS421_3_nFB
  3. perForMCSMean
  4.  
  5. ans =
  6.  
  7. 0.0111
  8.  
  9. perForMCSMeanMU
  10.  
  11. ans =
  12.  
  13. 0.0119
  14.  
  15. SECellAver = 2.12991
  16. SECellEdge = 0.13218
  17. Index in position 2 exceeds array bounds (must not exceed 20000).
  18.  
  19. Error in ActivateUsers (line 9)
  20. numPackets = Param.matrixGenerationPackets(nBs,iSubframe);%
  21.  
  22. Error in Simulator/forward_to_next_dl_sf (line 131)
  23. obj.cur_param = ActivateUsers(obj.cur_config, obj.cur_param, iSubframe);
  24.  
  25. Error in Simulator/step_to_next_dl_sf (line 211)
  26. obj.forward_to_next_dl_sf();
  27.  
  28. Error in Simulator/step_to_next_dl_sf_json (line 224)
  29. [next_dl_sf, next_sched_inputs, prev_decns] = obj.step_to_next_dl_sf(Decision.array_from_struct(in_decn_struct));
  30.  
  31. Traceback (most recent call last):
  32. File "generate_samples.py", line 177, in <module>
  33. main(env=sim_proxy, args=args)
  34. File "generate_samples.py", line 139, in main
  35. trainer.run(timesteps, max_epochs=args.max_episodes)
  36. File "/home/felix/.local/lib/python3.7/site-packages/ignite/engine/engine.py", line 359, in run
  37. self._handle_exception(e)
  38. File "/home/felix/.local/lib/python3.7/site-packages/ignite/engine/engine.py", line 324, in _handle_exception
  39. raise e
  40. File "/home/felix/.local/lib/python3.7/site-packages/ignite/engine/engine.py", line 346, in run
  41. hours, mins, secs = self._run_once_on_dataset()
  42. File "/home/felix/.local/lib/python3.7/site-packages/ignite/engine/engine.py", line 313, in _run_once_on_dataset
  43. self._handle_exception(e)
  44. File "/home/felix/.local/lib/python3.7/site-packages/ignite/engine/engine.py", line 324, in _handle_exception
  45. raise e
  46. File "/home/felix/.local/lib/python3.7/site-packages/ignite/engine/engine.py", line 305, in _run_once_on_dataset
  47. self.state.output = self._process_function(self, batch)
  48. File "generate_samples.py", line 104, in run_single_timestep
  49. engine.state.sf_idx, engine.state.sched_inputs, engine.state.old_decns, reward, engine.state.next_state, metrics = env.step(action)
  50. File "/mnt/host_misc/l2/alps_python_scripts/scheduling/simulator_proxy.py", line 320, in step
  51. next_sf, next_sched_inputs, prev_decns = self.step_to_next_dl_sf(decns)
  52. File "/mnt/host_misc/l2/alps_python_scripts/scheduling/simulator_proxy.py", line 198, in step_to_next_dl_sf
  53. self._simulator, decn_json, nargout=3)
  54. File "/home/felix/.local/lib/python3.7/site-packages/matlab/engine/matlabengine.py", line 71, in __call__
  55. _stderr, feval=True).result()
  56. File "/home/felix/.local/lib/python3.7/site-packages/matlab/engine/futureresult.py", line 67, in result
  57. return self.__future.result(timeout)
  58. File "/home/felix/.local/lib/python3.7/site-packages/matlab/engine/fevalfuture.py", line 82, in result
  59. self._result = pythonengine.getFEvalResult(self._future,self._nargout, None, out=self._out, err=self._err)
  60. matlab.engine.MatlabExecutionError:
  61. File /mnt/host_misc/l2/matlab_code/SLS_UNN_HBF/network/ActivateUsers.m, line 9, in ActivateUsers
  62.  
  63. File /mnt/host_misc/l2/matlab_code/SLS_UNN_HBF/Simulator.m, line 131, in Simulator.forward_to_next_dl_sf
  64.  
  65. File /mnt/host_misc/l2/matlab_code/SLS_UNN_HBF/Simulator.m, line 211, in Simulator.step_to_next_dl_sf
  66.  
  67. File /mnt/host_misc/l2/matlab_code/SLS_UNN_HBF/Simulator.m, line 224, in Simulator.step_to_next_dl_sf_json
  68. Index in position 2 exceeds array bounds (must not exceed 20000).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement