catalyst-rl-tutorial icon indicating copy to clipboard operation
catalyst-rl-tutorial copied to clipboard

Using Catalyst.RL to train a robot to perform peg-in-hole insertion in simulation.

Results 13 catalyst-rl-tutorial issues
Sort by recently updated
recently updated
newest added

After running run-training.sh file the terminal displays QMutex error. I'm not able to identify the error as there are very less resources about this out there. ![Screenshot from 2022-06-10 11-20-33](https://user-images.githubusercontent.com/83502978/172999546-dcfff1a4-5075-49b8-bd65-f03c3a32f6c9.png)

When {CUDA_VISIBLE_DEVICES='0' catalyst-rl run-trainer --config configs/config.yml} is executed during run-training.sh, catalyst.utils.tools.registry.RegistryException: No factory with name 'CoppeliaSimEnvWrapper' was registered what is the problem and which version of catalyst should I use?...

Which file has content about the visualization of the network structure and related parameters, there is a reward curve graph at the end of the README.md. And the size of...

After loading the model parameters, the code is stuck and no training information is output. What could be the cause? ![Screenshot from 2022-03-25 10-15-49](https://user-images.githubusercontent.com/57395880/160041980-622c3201-9e7a-4ee9-a2cc-3f1b9318d864.png)

Can I continue to use the previous model for training? What settings need to be changed? thx

Hey there, I can successfully run the project but the training doesn't start, when's sampling is done the second Coppeliasim thread closes, what makes me assume its a parallelism issue....

I tried to run the code using ./run-training.sh, but it shows the error: ``` Failed to build pyarrow ERROR: Could not build wheels for pyarrow which use PEP 517 and...

I'm running below SFT command on an linux EC2 virtual env: `deepspeed trainer_sft.py --configs llama2-7b-sft-RLAIF --wandb-entity tammosta --show_dataset_stats --deepspeed` However, I'm getting the following error: ``` nvs/ml_v4/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++17...

Hello, your work about the peg-in-hole with the reinforcement is excellent! I am so happy to have a tutorial like this. Unfortunately, I had some trouble when running your example,...

I tried to run the code pip install -r requiremrnts.txt ,but it shows the error: - ERROR: Failed building wheel for pyarrow - Failed to build pyarrow - ERROR: Could...