rsrl icon indicating copy to clipboard operation
rsrl copied to clipboard

Not able to run the openai code

Open infinite-Joy opened this issue 6 years ago • 1 comments

When trying to run a code with the openai platform getting the below error

   Compiling rsrl v0.6.0 (/home/nineleaps/thinking/programming-languages/rust-lang/rsrl)
error[E0432]: unresolved imports `crate::geometry::dimensions`, `crate::geometry::RegularSpace`
 --> src/domains/openai/mod.rs:4:5
  |
4 |     dimensions::{Continuous, Discrete},
  |     ^^^^^^^^^^ could not find `dimensions` in `geometry`
5 |     RegularSpace,
  |     ^^^^^^^^^^^^ no `RegularSpace` in the root

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.
error: Could not compile `rsrl`.

To learn more, run the command again with --verbose.

Seems like there has been a lot of code changes since the openai features had been integrated.

infinite-Joy avatar Apr 24 '19 12:04 infinite-Joy

@tspooner Has this issue been solved? You have a branch here called fix-openai. Was it created to fix this issue or something else?

nbro avatar May 16 '22 16:05 nbro