Ibrahim Essam

Results 12 comments of Ibrahim Essam

@jhurliman I'm still having this issue on Foxglove Studio version 1.12.0 Playing a ROS2 bag and trying to use foxglove to visualize the camera images. ROS2 bag crashes with the...

> Any Linux users running into this issue or other issues with the ROS2 native connection, please try following the `sysctl` tuning steps at https://github.com/foxglove/rtps#notes and report back if this...

> The latest studio `main` branch includes a new version of our RTPS library (PR at #4438). Unfortunately, I haven't been able to consistently repro the crash in my environment...

> @HemaZ Here's a dev build of latest main: https://drive.google.com/file/d/1mLkw_T3OfeZiX7E2XhRPvcKWmDHp7Sys/view?usp=sharing You can give this a try or wait until we make a new release next week and try that. Tried...

> Hey Ibrahim, thanks! > > This is awesome! > Do you think we could make this a little more configurable? I think it would be good to have a...

Hey @wolfv, I have implemented a global dictionary which come with 2 defaults for (int,float). and the use can define more defualt values for any ros message. ` import jupyros...

I`m having the same problem. the agent always chooses the first action until it dies.

space invaders environment actions sample returns something like this. array([0, 1, 0, 1, 1, 1, 1, 0], dtype=int8) so i think taking the argmax during the training is not correct.

actually, it's working for me now. but I don't remember what change I've made. maybe I've trained it for a little bit longer. check my implementation and weights. https://github.com/HemaZ/Deep-Reinforcement-Learning/tree/master/DQN

@SpaceIm Did you have to make a custom conan recipe for Qhull? I'm trying to build the one from conan-center now but im getting these errors ``` -- Conan toolchain:...