-
Hi @Toni-SM ,
![Screenshot from 2022-05-24 10-36-00](https://user-images.githubusercontent.com/53815515/169987903-b25e6a74-f7d3-4c5b-99cc-2b8bd0828b4c.png)
Above you can see the training result …
-
Initialization of `networks` in SAC and other algorithms in `skrl` has been renamed to `models`.
https://github.com/AntonBock/RL4RobotGrasping/blob/cefa6096380b31b45df9e0178cae45dad26d9347/franka_sac…
-
Hello,
We have trained a policy that we would like to test on a real-world setup. Does SKRL have any built-in support for this, or do you have any recommended method of doing this?
-Anton
-
There seems to be a bug when I try to run the program in the example.
```
Traceback (most recent call last):
File "/home/cwj/my_project/RoboticLab/my_imply/skrl_test/test.py", line 97, in
…
-
Running the first OpenAI `Pendulum-v0` example from the documentation gives a deprecation error.
https://skrl.readthedocs.io/en/latest/intro/examples.html
Error
`gym.error.DeprecatedEnv: Env Pend…
-
```
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/1090/
1 tests failed.
REGRESSION: org.apache.lucene.analysis.ngram.NGramTokenizerTest.testRandomStrings
Error Mess…
-
When indexing the records like this
``` ruby
searchable do
text :description, :as => :desc_lvl1
text :search, :as => :search_lvl1
text :description, :as => :desc_lvl2
text :search, :as => :se…