Jiachen W
Jiachen W
Hi, Jonas. Thanks for sharing this great project. I am little confused on why we pickle the environment when creating the process in the `MetaParallelEnvExecutor`: ``` self.ps = [ Process(target=worker,...
Changed script name, `train_keras_network.py` does not exist.
Hi, I noticed that in `SAC` implementation, an `action_prior` is introduced at init: ``` if self.action_prior == "uniform": prior_log_pi = 0.0 elif self.action_prior == "gaussian": prior_log_pi = self.action_prior_distribution.log_likelihood( action, GaussianDistInfo(mean=torch.zeros_like(action)))...
``` (base) ➜ mev-inspect-py git:(main) ✗ ./mev inspect 13850154 Inspecting block 13850154 Skipping virtualenv creation, as specified in config file. Traceback (most recent call last): File "", line 1, in...
Hi, thanks for the great project! I noticed that if we were using float element in the observation vector, we should use custom objects. A snippet of cpp end likes...
Avoid empty rows when writing to csv, otherwise would lead to errors when copying csv. Without the change, there will be an empty line between each inserted line when writing...
Hi Chris, thanks for sharing this great project! I met some problems when running it and hope the following solution would help others. The default Postgres version here will be...