catalyst-rl-tutorial
catalyst-rl-tutorial copied to clipboard
Using Catalyst.RL to train a robot to perform peg-in-hole insertion in simulation.
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. 
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? 
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...