phasic-policy-gradient icon indicating copy to clipboard operation
phasic-policy-gradient copied to clipboard

RCALL_LOGDIR

Open jordan-schneider opened this issue 4 years ago • 6 comments

What is RCALL_LOGDIR supposed to be? I literally cannot find any documentation stating what it's related to anywhere. It's only used in one place, and to print to the terminal, but I'm worried I've screwed up some mpi config (even though I can't find it in the mpi documentation either).

jordan-schneider avatar Aug 05 '21 17:08 jordan-schneider

I happened to be looking at the same problem now. Looking at the code and running some experiment, I think you can just supply a random value to that environment variable:

$ RCALL_LOGDIR=/tmp/my_log_dir python -m phasic_policy_gradient.train

breakds avatar Aug 05 '21 20:08 breakds

Or you can just delete the line in the code. I'm worried that something else (in some C backing a library somewhere) relies on this, and not having it be meaningful is ruining something.

jordan-schneider avatar Aug 05 '21 20:08 jordan-schneider

Hello, I have the same problem. Can you give me some advice?

chuchangliu avatar Nov 28 '22 10:11 chuchangliu

I just deleted the line and it has literally never mattered.

jordan-schneider avatar Nov 28 '22 17:11 jordan-schneider

我刚刚删除了这一行,这实际上无关紧要。

Ok, thank you for your reply.

chuchangliu avatar Nov 29 '22 08:11 chuchangliu

我刚刚删除了这一行,这实际上无关紧要。

Ok, thank you for your reply.

chuchangliu avatar Nov 29 '22 08:11 chuchangliu