Skip to content

Releases: osigaud/bbrl

Removed useless ParallelGymAgent creator

05 Sep 09:03
Compare
Choose a tag to compare

Removed useless ParallelGymAgent creator

small fix in ParallelGymAgent creation

04 Sep 10:48
Compare
Choose a tag to compare

small fix in ParallelGymAgent creation

added custom ParallelGymAgent constructor

04 Sep 09:39
Compare
Choose a tag to compare

added a method to create a ParallelGymAgent from an existing environment, rather than from a building function

Keyword-based agent wrapper

23 May 11:44
Compare
Choose a tag to compare
0.3.1

Keyword-based agent wrapper and name

Bug fixes in replay buffer

22 Mar 14:49
Compare
Choose a tag to compare

Bug fixes in replay buffer

0.2.11

18 Nov 09:13
Compare
Choose a tag to compare
  • Fix GAE computation
  • Cater for dictionnary observation/action (gymnasium)

Fixed GAE for autoreset=true

31 Oct 10:36
Compare
Choose a tag to compare

fixed gae calculation to deal with autoreset= true and false. The idea consists in passing the current values and the next values separately, and to make all the Tensor adaptations from the outside.

0.2.9

24 Oct 16:12
Compare
Choose a tag to compare

dict observation are now within the env_obs name

fixing plot_critic

09 Oct 16:22
Compare
Choose a tag to compare

fixing plot_critic

fixed plot_critic

09 Oct 16:17
Compare
Choose a tag to compare

fixed plot_critic