You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Hi,
When I ran demo, I met a problem :
log as follow :
Traceback (most recent call last):
File "run.py", line 194, in <module>
runner.run()
File "/disk1/benjen/work-space/ELF/rlpytorch/trainer.py", line 179, in run
self.GC.Run()
File "/disk1/benjen/work-space/ELF/elf/utils_elf.py", line 258, in Run
res = self._call(self.infos)
File "/disk1/benjen/work-space/ELF/elf/utils_elf.py", line 249, in _call
reply = self._cb[infos.gid](sel, sel_gpu)
File "/disk1/benjen/work-space/ELF/rlpytorch/trainer.py", line 109, in actor
self.stats.feed_batch(sel)
File "/disk1/benjen/work-space/ELF/rlpytorch/stats.py", line 188, in feed_batch
return self.collector.feed_batch(batch, hist_idx=hist_idx)
File "/disk1/benjen/work-space/ELF/rlpytorch/stats.py", line 68, in feed_batch
ids = batch["id"][hist_idx]
File "/disk1/benjen/work-space/ELF/elf/utils_elf.py", line 88, in __getitem__
raise KeyError("Batch(): specified key: %s or %s not found!" % (key, key_with_last))
KeyError: 'Batch(): specified key: id or last_id not found!'
Hi,
When I ran demo, I met a problem :
log as follow :
my command is :
the following is my environment:
os: ubuntu 16.04
nvidia driver version : 375.66
gcc version: 5.4.0
The text was updated successfully, but these errors were encountered: