-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Extraction and Data visualization #47
Comments
hello bro! I am also reproducing SERL, and I have some questions I would like to discuss with you. Invoked with: 0, 0, None, None |
I haven't met your error,but I think you can adopt this method: cd ../franka_sim |
ok,thank you a lot. I have solve the problem in simulation. Filling up replay buffer: 0%| |
ubuntu20.04
cuda11.8
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/13/2024 10:39 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [rail-berkeley/serl] Data Extraction and Data visualization (Issue #47) |
ok,thank you a lot. I have solve the problem in simulation.
Have you met this error and warning when running: bash run_learner.sh
could you tell me your ubuntu and cuda version.
Thank you very much for replying me!!!
(serl) ***@***.***:~/work/serl/examples/async_sac_state_sim$ bash run_learner.sh
WARNING:absl:Type handler registry overriding type "<class 'float'>" collision on scalar
WARNING:absl:Type handler registry overriding type "<class 'bytes'>" collision on scalar
WARNING:absl:Type handler registry overriding type "<class 'numpy.number'>" collision on scalar
2024-11-13 10:36:01.557105: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:477] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1731465361.573055 68814 cuda_dnn.cc:8310] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
E0000 00:00:1731465361.577644 68814 cuda_blas.cc:1418] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
2024-11-13 10:36:03.592623: W external/xla/xla/service/gpu/nvptx_compiler.cc:760] The NVIDIA driver's CUDA version is 12.5 which is older than the ptxas CUDA version (12.6.77). Because the driver is older than the ptxas version, XLA is disabling parallel compilation, which may slow down compilation. You should update your NVIDIA driver or use the NVIDIA-provided CUDA forward compatibility packages.
rlds logger is not installed, install it if required: https://github.com/rail-berkeley/oxe_envlogger
/home/robo/miniconda3/envs/serl/lib/python3.10/site-packages/gym/spaces/box.py:127: UserWarning: WARN: Box bound precision lowered by casting to float32
logger.warn(f"Box bound precision lowered by casting to {self.dtype}")
I1113 10:36:05.797586 140676277838464 schedule.py:75] A polynomial schedule was set with a non-positive transition_steps value; this results in a constant schedule with value init_value.
/home/robo/work/serl/examples/async_sac_state_sim/async_sac_state_sim.py:282: DeprecationWarning: jax.tree_map is deprecated: use jax.tree.map (jax v0.4.25 or newer) or jax.tree_util.tree_map (any JAX version).
jax.tree_map(jnp.array, agent), sharding.replicate()
shape of observation space and action space
Box(-inf, inf, (10,), float32)
Box(-1.0, 1.0, (4,), float32)
starting learner loop
entity: null
exp_descriptor: serl_dev_sim_test
experiment_id: serl_dev_sim_test_20241113_103609
group: null
project: serl_dev
tag: serl_dev_sim_test
unique_identifier: '20241113_103609'
Filling up replay buffer: 0%|
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@charlesxu0124 Hello, dear author. I am a postgraduate and I am a novice in robot and machine learning fields. I have read your paper and code,but I haven't understand them all.Now, I can run the examples in sim environment and save the trajectories.But In the examples, there is not any method about achieve the data Extraction and data visualization offered. Therefore, could you give me some advice or offer some method?
The text was updated successfully, but these errors were encountered: